#CDC384

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

Shades of Winter Hazel #CDC384

Tints of Winter Hazel #CDC384

Color information

#CDC384 (or 0xCDC384) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 84. RGB value is (205,195,132). Sum of RGB (Red+Green+Blue) = 205+195+132=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC384 is #323C7B. Grayscale: #BFBFBF. Windows color (decimal): -3292284 or 8700877. OLE color: 8700877.

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

Color convert

RGB205195132-
CMYK00.050.360.20
HSL51.78º42.2%66.08%-
HSV(B)51.78º35.61%80.39%-
XYZ48.8653.6829.62-
YUV190.8194.81138.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=38.53%
G=36.65%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519513200.050.360.2051.7842.266.08
HexCDC384052414342a42
Octal3153032040544246452102
Binary1100110111000011100001000101100100101001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC384; }

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

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

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

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

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

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

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

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