Html Css Color HEX #CF7012 Chocolate

📋 copy color: '#CF7012'

red 207 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #CF7012

Tints of Chocolate #CF7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 61.42%
G = 33.23%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF7012 (or 0xCF7012) is known color: Chocolate. HEX triplet: CF, 70 and 12. RGB value is (207,112,18). Sum of RGB (Red+Green+Blue) = 207+112+18=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7012 is #308FED. Grayscale: #828282. Windows color (decimal): -3182574 or 1208527. OLE color: 1208527.

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

Color convert

RGB 207 112 18 -
CMYK 0 0.46 0.91 0.19
HSL 29.84º 0.84% 0.44% -
HSV(B) 29.84º 0.91% 0.81% -
XYZ 31.64 24.9 3.71 -
YUV 129.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 207 112 18 0 0.46 0.91 0.19 29.84 0.84 0.44
Hex CF 70 12 0 2E 5B 13 1E 54 2C
Octal 317 160 22 0 56 133 23 36 124 54
Binary 11001111 1110000 10010 0 101110 1011011 10011 11110 1010100 101100

Color Harmonies of #CF7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7012

Black with #CF7012

Text Example


Text Example

White with #CF7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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