#CF6D3E

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

Shades of Zest #CF6D3E

Tints of Zest #CF6D3E

Color information

#CF6D3E (or 0xCF6D3E) is unknown color: approx Zest. HEX triplet: CF, 6D and 3E. RGB value is (207,109,62). Sum of RGB (Red+Green+Blue) = 207+109+62=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D3E is #3092C1. Grayscale: #858585. Windows color (decimal): -3183298 or 4091343. OLE color: 4091343.

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

Color convert

RGB20710962-
CMYK00.470.700.19
HSL19.45º60.17%52.75%-
HSV(B)19.45º70.05%81.18%-
XYZ32.0724.557.61-
YUV132.9487.97180.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.76%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=54.76%
G=28.84%
B=16.40%

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
Decimal2071096200.470.700.1919.4560.1752.75
HexCF6D3E02F4613133c35
Octal3171557605710623237465
Binary110011111101101111110010111110001101001110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D3E; }

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

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

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

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

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

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

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

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