#CDB576

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

Shades of Putty #CDB576

Tints of Putty #CDB576

Color information

#CDB576 (or 0xCDB576) is unknown color: approx Putty. HEX triplet: CD, B5 and 76. RGB value is (205,181,118). Sum of RGB (Red+Green+Blue) = 205+181+118=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB576 is #324A89. Grayscale: #B5B5B5. Windows color (decimal): -3295882 or 7779789. OLE color: 7779789.

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

Color convert

RGB205181118-
CMYK00.120.420.20
HSL43.45º46.52%63.33%-
HSV(B)43.45º42.44%80.39%-
XYZ44.9747.3323.91-
YUV180.9992.45145.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=40.67%
G=35.91%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518111800.120.420.2043.4546.5263.33
HexCDB5760C2A142b2f3f
Octal3152651660145224535777
Binary110011011011010111101100110010101010100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB576; }

 p { color: rgb(205,181,118); }

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

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

 a { background-color: rgb(205,181,118); }

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

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

 span { border-color: rgb(205,181,118); }

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