#CF7116

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

Shades of Chocolate #CF7116

Tints of Chocolate #CF7116

Color information

#CF7116 (or 0xCF7116) is unknown color: approx Chocolate. HEX triplet: CF, 71 and 16. RGB value is (207,113,22). Sum of RGB (Red+Green+Blue) = 207+113+22=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7116 is #308EE9. Grayscale: #838383. Windows color (decimal): -3182314 or 1470927. OLE color: 1470927.

HSL color Cylindrical-coordinate representation of color #CF7116: hue angle of 29.51º degrees, saturation: 0.81, 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 #CF7116 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20711322-
CMYK00.450.890.19
HSL29.51º80.79%44.9%-
HSV(B)29.51º89.37%81.18%-
XYZ31.7825.133.94-
YUV130.7366.64182.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.53%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=60.53%
G=33.04%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071132200.450.890.1929.5180.7944.9
HexCF711602D59131e512d
Octal31716126055131233612155
Binary110011111110001101100101101101100110011111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7116; }

 p { color: rgb(207,113,22); }

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

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

 a { background-color: rgb(207,113,22); }

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

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

 span { border-color: rgb(207,113,22); }

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