Html Css Color HEX #CF5E11 Chocolate

📋 copy color: '#CF5E11'

red 207 ◦ green 94 ◦ blue 17

#CF5E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CF5E11

Tints of Chocolate #CF5E11

RGB

 RED value IS 207 (81.25% from 255) = 65.09%

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 65.09%
G = 29.56%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF5E11 (or 0xCF5E11) is known color: Chocolate. HEX triplet: CF, 5E and 11. RGB value is (207,94,17). Sum of RGB (Red+Green+Blue) = 207+94+17=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E11 is #30A1EE. Grayscale: #777777. Windows color (decimal): -3187183 or 1138383. OLE color: 1138383.

HSL color Cylindrical-coordinate representation of color #CF5E11: hue angle of 24.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5E11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 17 -
CMYK 0 0.55 0.92 0.19
HSL 24.32º 0.85% 0.44% -
HSV(B) 24.32º 0.92% 0.81% -
XYZ 29.84 21.31 3.07 -
YUV 119.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 207 94 17 0 0.55 0.92 0.19 24.32 0.85 0.44
Hex CF 5E 11 0 37 5C 13 18 55 2C
Octal 317 136 21 0 67 134 23 30 125 54
Binary 11001111 1011110 10001 0 110111 1011100 10011 11000 1010101 101100

Color Harmonies of #CF5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E11

Black with #CF5E11

Text Example


Text Example

White with #CF5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E11; }

 p { color: rgb(207,94,17); }

 H1.HeaderClassName
 {
   color: #CF5E11;
 }
 .AnyTagClassName
 {
   color: #CF5E11;
 }
</style>

background-color css

<style>
 a { background-color: #CF5E11; }

 a { background-color: rgb(207,94,17); }

 div.DivClassName
 {
   background-color: #CF5E11;
 }
 .BgClassName
 {
   background-color: #CF5E11;
 }
</style>

border-color css

<style>
 span { border-color: #CF5E11; }

 span { border-color: rgb(207,94,17); }

 td.TdClassName
 {
   border-color: #CF5E11;
 }
 .TagClassName
 {
   border-color: #CF5E11;
 }
</style>