#CDC280

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

Shades of Winter Hazel #CDC280

Tints of Winter Hazel #CDC280

Color information

#CDC280 (or 0xCDC280) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 80. RGB value is (205,194,128). Sum of RGB (Red+Green+Blue) = 205+194+128=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC280 is #323D7F. Grayscale: #BEBEBE. Windows color (decimal): -3292544 or 8438477. OLE color: 8438477.

HSL color Cylindrical-coordinate representation of color #CDC280: hue angle of 51.43º 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 #CDC280 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205194128-
CMYK00.050.380.20
HSL51.43º43.5%65.29%-
HSV(B)51.43º37.56%80.39%-
XYZ48.3653.1228.13-
YUV189.7693.14138.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=38.90%
G=36.81%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519412800.050.380.2051.4343.565.29
HexCDC280052614332c41
Octal3153022000546246354101
Binary1100110111000010100000000101100110101001100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC280; }

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

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

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

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

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

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

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

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