#CFC882

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

Shades of Winter Hazel #CFC882

Tints of Winter Hazel #CFC882

Color information

#CFC882 (or 0xCFC882) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 82. RGB value is (207,200,130). Sum of RGB (Red+Green+Blue) = 207+200+130=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC882 is #30377D. Grayscale: #C2C2C2. Windows color (decimal): -3159934 or 8571087. OLE color: 8571087.

HSL color Cylindrical-coordinate representation of color #CFC882: hue angle of 54.55º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFC882 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207200130-
CMYK00.030.370.19
HSL54.55º44.51%66.08%-
HSV(B)54.55º37.2%81.18%-
XYZ50.4256.1929.31-
YUV194.1191.82137.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=38.55%
G=37.24%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720013000.030.370.1954.5544.5166.08
HexCFC882032513372d42
Octal3173102020345236755102
Binary110011111100100010000010011100101100111101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC882; }

 p { color: rgb(207,200,130); }

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

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

 a { background-color: rgb(207,200,130); }

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

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

 span { border-color: rgb(207,200,130); }

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