#CDC175

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

Shades of Winter Hazel #CDC175

Tints of Winter Hazel #CDC175

Color information

#CDC175 (or 0xCDC175) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 75. RGB value is (205,193,117). Sum of RGB (Red+Green+Blue) = 205+193+117=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC175 is #323E8A. Grayscale: #BCBCBC. Windows color (decimal): -3292811 or 7717325. OLE color: 7717325.

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

Color convert

RGB205193117-
CMYK00.060.430.20
HSL51.82º46.81%63.14%-
HSV(B)51.82º42.93%80.39%-
XYZ47.4652.424.44-
YUV187.9287.98140.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=39.81%
G=37.48%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519311700.060.430.2051.8246.8163.14
HexCDC175062B14342f3f
Octal315301165065324645777
Binary11001101110000011110101011010101110100110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC175; }

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

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

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

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

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

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

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

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