#CFC585

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

Shades of Winter Hazel #CFC585

Tints of Winter Hazel #CFC585

Color information

#CFC585 (or 0xCFC585) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 85. RGB value is (207,197,133). Sum of RGB (Red+Green+Blue) = 207+197+133=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC585 is #303A7A. Grayscale: #C0C0C0. Windows color (decimal): -3160699 or 8766927. OLE color: 8766927.

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

Color convert

RGB207197133-
CMYK00.050.360.19
HSL51.89º43.53%66.67%-
HSV(B)51.89º35.75%81.18%-
XYZ49.9354.8930.15-
YUV192.6994.31138.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=38.55%
G=36.69%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719713300.050.360.1951.8943.5366.67
HexCFC585052413342c43
Octal3173052050544236454103
Binary1100111111000101100001010101100100100111101001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC585; }

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

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

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

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

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

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

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

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