#CFC08E

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

Shades of Winter Hazel #CFC08E

Tints of Winter Hazel #CFC08E

Color information

#CFC08E (or 0xCFC08E) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 8E. RGB value is (207,192,142). Sum of RGB (Red+Green+Blue) = 207+192+142=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08E is #303F71. Grayscale: #BFBFBF. Windows color (decimal): -3161970 or 9355471. OLE color: 9355471.

HSL color Cylindrical-coordinate representation of color #CFC08E: hue angle of 46.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC08E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207192142-
CMYK00.070.310.19
HSL46.15º40.37%68.43%-
HSV(B)46.15º31.4%81.18%-
XYZ49.4652.9233.2-
YUV190.78100.47139.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=38.26%
G=35.49%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719214200.070.310.1946.1540.3768.43
HexCFC08E071F132e2844
Octal3173002160737235650104
Binary110011111100000010001110011111111100111011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC08E; }

 p { color: rgb(207,192,142); }

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

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

 a { background-color: rgb(207,192,142); }

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

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

 span { border-color: rgb(207,192,142); }

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