Html Css Color HEX #CF6012 Chocolate

📋 copy color: '#CF6012'

red 207 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #CF6012

Tints of Chocolate #CF6012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 64.49%
G = 29.91%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6012 (or 0xCF6012) is known color: Chocolate. HEX triplet: CF, 60 and 12. RGB value is (207,96,18). Sum of RGB (Red+Green+Blue) = 207+96+18=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6012 is #309FED. Grayscale: #787878. Windows color (decimal): -3186670 or 1204431. OLE color: 1204431.

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

Color convert

RGB 207 96 18 -
CMYK 0 0.54 0.91 0.19
HSL 24.76º 0.84% 0.44% -
HSV(B) 24.76º 0.91% 0.81% -
XYZ 30.02 21.67 3.17 -
YUV 120.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 207 96 18 0 0.54 0.91 0.19 24.76 0.84 0.44
Hex CF 60 12 0 36 5B 13 19 54 2C
Octal 317 140 22 0 66 133 23 31 124 54
Binary 11001111 1100000 10010 0 110110 1011011 10011 11001 1010100 101100

Color Harmonies of #CF6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6012

Black with #CF6012

Text Example


Text Example

White with #CF6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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