#CDC185

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

Shades of Winter Hazel #CDC185

Tints of Winter Hazel #CDC185

Color information

#CDC185 (or 0xCDC185) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 85. RGB value is (205,193,133). Sum of RGB (Red+Green+Blue) = 205+193+133=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC185 is #323E7A. Grayscale: #BEBEBE. Windows color (decimal): -3292795 or 8765901. OLE color: 8765901.

HSL color Cylindrical-coordinate representation of color #CDC185: hue angle of 50º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC185 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205193133-
CMYK00.060.350.20
HSL50º41.86%66.27%-
HSV(B)50º35.12%80.39%-
XYZ48.4852.8129.83-
YUV189.7595.98138.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=38.61%
G=36.35%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519313300.060.350.205041.8666.27
HexCDC185062314322a42
Octal3153012050643246252102
Binary1100110111000001100001010110100011101001100101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC185; }

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

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

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

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

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

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

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

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