#CDB171

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

Shades of Putty #CDB171

Tints of Putty #CDB171

Color information

#CDB171 (or 0xCDB171) is unknown color: approx Putty. HEX triplet: CD, B1 and 71. RGB value is (205,177,113). Sum of RGB (Red+Green+Blue) = 205+177+113=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB171 is #324E8E. Grayscale: #B2B2B2. Windows color (decimal): -3296911 or 7451085. OLE color: 7451085.

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

Color convert

RGB205177113-
CMYK00.140.450.20
HSL41.74º47.92%62.35%-
HSV(B)41.74º44.88%80.39%-
XYZ43.8845.6222.11-
YUV178.0891.28147.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=41.41%
G=35.76%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517711300.140.450.2041.7447.9262.35
HexCDB1710E2D142a303e
Octal3152611610165524526076
Binary110011011011000111100010111010110110100101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB171; }

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

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

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

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

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

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

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

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