#CF6C3E

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

Shades of Zest #CF6C3E

Tints of Zest #CF6C3E

Color information

#CF6C3E (or 0xCF6C3E) is unknown color: approx Zest. HEX triplet: CF, 6C and 3E. RGB value is (207,108,62). Sum of RGB (Red+Green+Blue) = 207+108+62=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C3E is #3093C1. Grayscale: #848484. Windows color (decimal): -3183554 or 4091087. OLE color: 4091087.

HSL color Cylindrical-coordinate representation of color #CF6C3E: hue angle of 19.03º 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 #CF6C3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20710862-
CMYK00.480.700.19
HSL19.03º60.17%52.75%-
HSV(B)19.03º70.05%81.18%-
XYZ31.9624.347.57-
YUV132.3688.3181.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.91%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=54.91%
G=28.65%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071086200.480.700.1919.0360.1752.75
HexCF6C3E0304613133c35
Octal3171547606010623237465
Binary110011111101100111110011000010001101001110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C3E; }

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

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

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

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

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

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

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

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