#CF7008

Color #CF7008 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CF7008

Tints of Chocolate #CF7008

Color information

#CF7008 (or 0xCF7008) is unknown color: approx Chocolate. HEX triplet: CF, 70 and 08. RGB value is (207,112,8). Sum of RGB (Red+Green+Blue) = 207+112+8=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7008 is #308FF7. Grayscale: #818181. Windows color (decimal): -3182584 or 553167. OLE color: 553167.

HSL color Cylindrical-coordinate representation of color #CF7008: hue angle of 31.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7008 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2071128-
CMYK00.460.960.19
HSL31.36º92.56%42.16%-
HSV(B)31.36º96.14%81.18%-
XYZ31.5724.873.37-
YUV128.5559.97183.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=63.30%
G=34.25%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207112800.460.960.1931.3692.5642.16
HexCF70802E60131f5d2a
Octal31716010056140233713552
Binary11001111111000010000101110110000010011111111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7008; }

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

 H1.HeaderClassName
 {
   color: #CF7008;
 }
 .AnyTagClassName
 {
   color: #CF7008;
 }
</style>
background-color css

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

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

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

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

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

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