Color Hex Logo

#cf793d Color Hex

#CF793D
(207,121,61)
0 Favorites   0 Comments

Color spaces of #cf793d

RGB 20712161
HSL0.070.600.53
HSV25°71°81°
CMYK 0.000.420.71   0.19
XYZ33.411827.27717.9189
Yxy27.27710.48700.3976
Hunter Lab52.227522.794827.5695
CIE-Lab59.229928.610446.2238

#cf793d color RGB value is (207,121,61).

#cf793d hex color red value is 207, green value is 121 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cf793d hue: 0.07 , saturation: 0.60 and the lightness value of cf793d is 0.53.

The process color (four color CMYK) of #cf793d color hex is 0.00, 0.42, 0.71, 0.19. Web safe color of #cf793d is #cc6633. Color #cf793d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111001 00111101
Octal 317 171 75
Decimal 207 121 61
Hex CF 79 3D

RGB Percentages of Color #cf793d

%53.21
%31.11
%15.68

CMYK Percentages of Color #cf793d

%0
%42
%71
%19

Triadic Colors of #cf793d

#cf793d #3dcf79 #793dcf

Analogous Colors of #cf793d

#cf793d #cfc23d #cf3d4a

Monochromatic Colors of #cf793d

#cf793d

Complementary Color

#cf793d #3d93cf

#cf793d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf793d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf793d Color CSS Codes

.mybgcolor {background-color:#cf793d; } 
.myforecolor {color:#cf793d; }
.mybordercolor {border:3px solid #cf793d; }

#cf793d Text Font Color

<p style="color:#cf793d">Text here</p>

This sample text font color is #cf793d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cf793d Background Color

<div style="background-color:#cf793d">
Div content here</div>

This div background color is #cf793d


#cf793d Border Color

<div style="border:3px solid #cf793d">
Div here</div>

This div border color is #cf793d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,121,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf793d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf793d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf793d;
  box-shadow:         1px 1px 3px 2px #cf793d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,121,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf793d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cf793d;
  -webkit-box-shadow: 1px 1px 3px 2px #cf793d;
  box-shadow:         1px 1px 3px 2px #cf793d;">
Div content here</div>

This div box has shadow with color #cf793d


Comments

No comments written yet.

Please login to write comment.