#CFC08C

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

Shades of Winter Hazel #CFC08C

Tints of Winter Hazel #CFC08C

Color information

#CFC08C (or 0xCFC08C) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 8C. RGB value is (207,192,140). Sum of RGB (Red+Green+Blue) = 207+192+140=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08C is #303F73. Grayscale: #BEBEBE. Windows color (decimal): -3161972 or 9224399. OLE color: 9224399.

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

Color convert

RGB207192140-
CMYK00.070.320.19
HSL46.57º41.1%68.04%-
HSV(B)46.57º32.37%81.18%-
XYZ49.3252.8632.41-
YUV190.5699.47139.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=38.40%
G=35.62%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719214000.070.320.1946.5741.168.04
HexCFC08C0720132f2944
Octal3173002140740235751104
Binary1100111111000000100011000111100000100111011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC08C; }

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

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

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

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

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

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

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

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