#CF7240

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

Shades of Zest #CF7240

Tints of Zest #CF7240

Color information

#CF7240 (or 0xCF7240) is unknown color: approx Zest. HEX triplet: CF, 72 and 40. RGB value is (207,114,64). Sum of RGB (Red+Green+Blue) = 207+114+64=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7240 is #308DBF. Grayscale: #888888. Windows color (decimal): -3182016 or 4223695. OLE color: 4223695.

HSL color Cylindrical-coordinate representation of color #CF7240: hue angle of 20.98º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF7240 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20711464-
CMYK00.450.690.19
HSL20.98º59.83%53.14%-
HSV(B)20.98º69.08%81.18%-
XYZ32.6725.678.08-
YUV136.1187.31178.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=53.77%
G=29.61%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071146400.450.690.1920.9859.8353.14
HexCF724002D4513153c35
Octal31716210005510523257465
Binary1100111111100101000000010110110001011001110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7240; }

 p { color: rgb(207,114,64); }

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

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

 a { background-color: rgb(207,114,64); }

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

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

 span { border-color: rgb(207,114,64); }

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