#CDC378

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

Shades of Winter Hazel #CDC378

Tints of Winter Hazel #CDC378

Color information

#CDC378 (or 0xCDC378) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 78. RGB value is (205,195,120). Sum of RGB (Red+Green+Blue) = 205+195+120=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC378 is #323C87. Grayscale: #BDBDBD. Windows color (decimal): -3292296 or 7914445. OLE color: 7914445.

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

Color convert

RGB205195120-
CMYK00.050.410.20
HSL52.94º45.95%63.73%-
HSV(B)52.94º41.46%80.39%-
XYZ48.0853.3725.54-
YUV189.4488.81139.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=39.42%
G=37.5%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519512000.050.410.2052.9445.9563.73
HexCDC378052914352e40
Octal3153031700551246556100
Binary110011011100001111110000101101001101001101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC378; }

 p { color: rgb(205,195,120); }

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

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

 a { background-color: rgb(205,195,120); }

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

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

 span { border-color: rgb(205,195,120); }

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