#CDB172

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

Shades of Putty #CDB172

Tints of Putty #CDB172

Color information

#CDB172 (or 0xCDB172) is unknown color: approx Putty. HEX triplet: CD, B1 and 72. RGB value is (205,177,114). Sum of RGB (Red+Green+Blue) = 205+177+114=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB172 is #324E8D. Grayscale: #B2B2B2. Windows color (decimal): -3296910 or 7516621. OLE color: 7516621.

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

Color convert

RGB205177114-
CMYK00.140.440.20
HSL41.54º47.64%62.55%-
HSV(B)41.54º44.39%80.39%-
XYZ43.9445.6422.41-
YUV178.1991.78147.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=41.33%
G=35.69%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517711400.140.440.2041.5447.6462.55
HexCDB1720E2C142a303f
Octal3152611620165424526077
Binary110011011011000111100100111010110010100101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB172; }

 p { color: rgb(205,177,114); }

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

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

 a { background-color: rgb(205,177,114); }

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

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

 span { border-color: rgb(205,177,114); }

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