Html Css Color HEX #CF6017 Chocolate

📋 copy color: '#CF6017'

red 207 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #CF6017

Tints of Chocolate #CF6017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 63.5%
G = 29.45%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF6017 (or 0xCF6017) is known color: Chocolate. HEX triplet: CF, 60 and 17. RGB value is (207,96,23). Sum of RGB (Red+Green+Blue) = 207+96+23=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6017 is #309FE8. Grayscale: #797979. Windows color (decimal): -3186665 or 1532111. OLE color: 1532111.

HSL color Cylindrical-coordinate representation of color #CF6017: hue angle of 23.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF6017 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 23 -
CMYK 0 0.54 0.89 0.19
HSL 23.8º 0.8% 0.45% -
HSV(B) 23.8º 0.89% 0.81% -
XYZ 30.07 21.69 3.41 -
YUV 120.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 207 96 23 0 0.54 0.89 0.19 23.8 0.8 0.45
Hex CF 60 17 0 36 59 13 18 50 2D
Octal 317 140 27 0 66 131 23 30 120 55
Binary 11001111 1100000 10111 0 110110 1011001 10011 11000 1010000 101101

Color Harmonies of #CF6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6017

Black with #CF6017

Text Example


Text Example

White with #CF6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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