#CDC680

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

Shades of Winter Hazel #CDC680

Tints of Winter Hazel #CDC680

Color information

#CDC680 (or 0xCDC680) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 80. RGB value is (205,198,128). Sum of RGB (Red+Green+Blue) = 205+198+128=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC680 is #32397F. Grayscale: #C0C0C0. Windows color (decimal): -3291520 or 8439501. OLE color: 8439501.

HSL color Cylindrical-coordinate representation of color #CDC680: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDC680 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205198128-
CMYK00.030.380.20
HSL54.55º43.5%65.29%-
HSV(B)54.55º37.56%80.39%-
XYZ49.2754.9328.43-
YUV192.1191.82137.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=38.61%
G=37.29%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519812800.030.380.2054.5543.565.29
HexCDC680032614372c41
Octal3153062000346246754101
Binary110011011100011010000000011100110101001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC680; }

 p { color: rgb(205,198,128); }

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

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

 a { background-color: rgb(205,198,128); }

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

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

 span { border-color: rgb(205,198,128); }

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