Html Css Color HEX #CF6011 Chocolate

📋 copy color: '#CF6011'

red 207 ◦ green 96 ◦ blue 17

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

Shades of Chocolate #CF6011

Tints of Chocolate #CF6011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 64.69%
G = 30%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF6011 (or 0xCF6011) is known color: Chocolate. HEX triplet: CF, 60 and 11. RGB value is (207,96,17). Sum of RGB (Red+Green+Blue) = 207+96+17=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6011 is #309FEE. Grayscale: #787878. Windows color (decimal): -3186671 or 1138895. OLE color: 1138895.

HSL color Cylindrical-coordinate representation of color #CF6011: hue angle of 24.95º 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 #CF6011 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 17 -
CMYK 0 0.54 0.92 0.19
HSL 24.95º 0.85% 0.44% -
HSV(B) 24.95º 0.92% 0.81% -
XYZ 30.02 21.67 3.13 -
YUV 120.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 207 96 17 0 0.54 0.92 0.19 24.95 0.85 0.44
Hex CF 60 11 0 36 5C 13 19 55 2C
Octal 317 140 21 0 66 134 23 31 125 54
Binary 11001111 1100000 10001 0 110110 1011100 10011 11001 1010101 101100

Color Harmonies of #CF6011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6011

Black with #CF6011

Text Example


Text Example

White with #CF6011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6011; }

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

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

background-color css

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

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

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

border-color css

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

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

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