#CF640F

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

Shades of Chocolate #CF640F

Tints of Chocolate #CF640F

Color information

#CF640F (or 0xCF640F) is unknown color: approx Chocolate. HEX triplet: CF, 64 and 0F. RGB value is (207,100,15). Sum of RGB (Red+Green+Blue) = 207+100+15=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF640F is #309BF0. Grayscale: #7A7A7A. Windows color (decimal): -3185649 or 1008847. OLE color: 1008847.

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

Color convert

RGB20710015-
CMYK00.520.930.19
HSL26.56º86.49%43.53%-
HSV(B)26.56º92.75%81.18%-
XYZ30.3822.413.18-
YUV122.367.45188.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.29%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 15 (6.25% from 255) = 4.66%
R=64.29%
G=31.06%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071001500.520.930.1926.5686.4943.53
HexCF64F0345D131b562c
Octal31714417064135233312654
Binary11001111110010011110110100101110110011110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF640F; }

 p { color: rgb(207,100,15); }

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

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

 a { background-color: rgb(207,100,15); }

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

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

 span { border-color: rgb(207,100,15); }

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