#CDC088

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

Shades of Winter Hazel #CDC088

Tints of Winter Hazel #CDC088

Color information

#CDC088 (or 0xCDC088) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 88. RGB value is (205,192,136). Sum of RGB (Red+Green+Blue) = 205+192+136=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC088 is #323F77. Grayscale: #BDBDBD. Windows color (decimal): -3293048 or 8962253. OLE color: 8962253.

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

Color convert

RGB205192136-
CMYK00.060.340.20
HSL48.7º40.83%66.86%-
HSV(B)48.7º33.66%80.39%-
XYZ48.4752.4630.86-
YUV189.597.81139.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=38.46%
G=36.02%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519213600.060.340.2048.740.8366.86
HexCDC088062214312943
Octal3153002100642246151103
Binary1100110111000000100010000110100010101001100011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC088; }

 p { color: rgb(205,192,136); }

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

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

 a { background-color: rgb(205,192,136); }

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

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

 span { border-color: rgb(205,192,136); }

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