#CDB572

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

Shades of Putty #CDB572

Tints of Putty #CDB572

Color information

#CDB572 (or 0xCDB572) is unknown color: approx Putty. HEX triplet: CD, B5 and 72. RGB value is (205,181,114). Sum of RGB (Red+Green+Blue) = 205+181+114=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB572 is #324A8D. Grayscale: #B4B4B4. Windows color (decimal): -3295886 or 7517645. OLE color: 7517645.

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

Color convert

RGB205181114-
CMYK00.120.440.20
HSL44.18º47.64%62.55%-
HSV(B)44.18º44.39%80.39%-
XYZ44.7447.2422.68-
YUV180.5490.45145.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=41%
G=36.2%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518111400.120.440.2044.1847.6462.55
HexCDB5720C2C142c303f
Octal3152651620145424546077
Binary110011011011010111100100110010110010100101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB572; }

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

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

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

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

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

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

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

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