#CDAB73

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

Shades of Putty #CDAB73

Tints of Putty #CDAB73

Color information

#CDAB73 (or 0xCDAB73) is unknown color: approx Putty. HEX triplet: CD, AB and 73. RGB value is (205,171,115). Sum of RGB (Red+Green+Blue) = 205+171+115=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB73 is #32548C. Grayscale: #AFAFAF. Windows color (decimal): -3298445 or 7580621. OLE color: 7580621.

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

Color convert

RGB205171115-
CMYK00.170.440.20
HSL37.33º47.37%62.75%-
HSV(B)37.33º43.9%80.39%-
XYZ42.8343.3422.33-
YUV174.7894.26149.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=41.75%
G=34.83%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517111500.170.440.2037.3347.3762.75
HexCDAB730112C14252f3f
Octal3152531630215424455777
Binary1100110110101011111001101000110110010100100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB73; }

 p { color: rgb(205,171,115); }

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

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

 a { background-color: rgb(205,171,115); }

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

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

 span { border-color: rgb(205,171,115); }

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