#CDC08C

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

Shades of Winter Hazel #CDC08C

Tints of Winter Hazel #CDC08C

Color information

#CDC08C (or 0xCDC08C) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 8C. RGB value is (205,192,140). Sum of RGB (Red+Green+Blue) = 205+192+140=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC08C is #323F73. Grayscale: #BEBEBE. Windows color (decimal): -3293044 or 9224397. OLE color: 9224397.

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

Color convert

RGB205192140-
CMYK00.060.320.20
HSL48º39.39%67.65%-
HSV(B)48º31.71%80.39%-
XYZ48.7652.5732.39-
YUV189.9699.81138.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=38.18%
G=35.75%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519214000.060.320.204839.3967.65
HexCDC08C062014302744
Octal3153002140640246047104
Binary1100110111000000100011000110100000101001100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC08C; }

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

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

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

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

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

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

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

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