#CFC885

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

Shades of Winter Hazel #CFC885

Tints of Winter Hazel #CFC885

Color information

#CFC885 (or 0xCFC885) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 85. RGB value is (207,200,133). Sum of RGB (Red+Green+Blue) = 207+200+133=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC885 is #30377A. Grayscale: #C2C2C2. Windows color (decimal): -3159931 or 8767695. OLE color: 8767695.

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

Color convert

RGB207200133-
CMYK00.030.360.19
HSL54.32º43.53%66.67%-
HSV(B)54.32º35.75%81.18%-
XYZ50.6256.2730.38-
YUV194.4693.32136.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=38.33%
G=37.04%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720013300.030.360.1954.3243.5366.67
HexCFC885032413362c43
Octal3173102050344236654103
Binary110011111100100010000101011100100100111101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC885; }

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

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

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

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

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

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

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

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