#CDC675

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

Shades of Winter Hazel #CDC675

Tints of Winter Hazel #CDC675

Color information

#CDC675 (or 0xCDC675) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 75. RGB value is (205,198,117). Sum of RGB (Red+Green+Blue) = 205+198+117=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC675 is #32398A. Grayscale: #BFBFBF. Windows color (decimal): -3291531 or 7718605. OLE color: 7718605.

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

Color convert

RGB205198117-
CMYK00.030.430.20
HSL55.23º46.81%63.14%-
HSV(B)55.23º42.93%80.39%-
XYZ48.5854.6524.82-
YUV190.8686.32138.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=39.42%
G=38.08%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519811700.030.430.2055.2346.8163.14
HexCDC675032B14372f3f
Octal315306165035324675777
Binary1100110111000110111010101110101110100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC675; }

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

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

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

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

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

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

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

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