#CFC185

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

Shades of Winter Hazel #CFC185

Tints of Winter Hazel #CFC185

Color information

#CFC185 (or 0xCFC185) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 85. RGB value is (207,193,133). Sum of RGB (Red+Green+Blue) = 207+193+133=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC185 is #303E7A. Grayscale: #BEBEBE. Windows color (decimal): -3161723 or 8765903. OLE color: 8765903.

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

Color convert

RGB207193133-
CMYK00.070.360.19
HSL48.65º43.53%66.67%-
HSV(B)48.65º35.75%81.18%-
XYZ49.0453.129.85-
YUV190.3595.64139.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=38.84%
G=36.21%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719313300.070.360.1948.6543.5366.67
HexCFC185072413312c43
Octal3173012050744236154103
Binary1100111111000001100001010111100100100111100011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC185; }

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

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

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

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

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

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

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

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