#CF6E3E

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

Shades of Zest #CF6E3E

Tints of Zest #CF6E3E

Color information

#CF6E3E (or 0xCF6E3E) is unknown color: approx Zest. HEX triplet: CF, 6E and 3E. RGB value is (207,110,62). Sum of RGB (Red+Green+Blue) = 207+110+62=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E3E is #3091C1. Grayscale: #858585. Windows color (decimal): -3183042 or 4091599. OLE color: 4091599.

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

Color convert

RGB20711062-
CMYK00.470.700.19
HSL19.86º60.17%52.75%-
HSV(B)19.86º70.05%81.18%-
XYZ32.1824.777.64-
YUV133.5387.64180.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.62%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=54.62%
G=29.02%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071106200.470.700.1919.8660.1752.75
HexCF6E3E02F4613143c35
Octal3171567605710623247465
Binary110011111101110111110010111110001101001110100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6E3E; }

 p { color: rgb(207,110,62); }

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

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

 a { background-color: rgb(207,110,62); }

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

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

 span { border-color: rgb(207,110,62); }

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