#CDAA7A

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

Shades of Putty #CDAA7A

Tints of Putty #CDAA7A

Color information

#CDAA7A (or 0xCDAA7A) is unknown color: approx Putty. HEX triplet: CD, AA and 7A. RGB value is (205,170,122). Sum of RGB (Red+Green+Blue) = 205+170+122=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA7A is #325585. Grayscale: #AFAFAF. Windows color (decimal): -3298694 or 8039117. OLE color: 8039117.

HSL color Cylindrical-coordinate representation of color #CDAA7A: hue angle of 34.7º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDAA7A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205170122-
CMYK00.170.400.20
HSL34.7º45.36%64.12%-
HSV(B)34.7º40.49%80.39%-
XYZ43.0643.1324.47-
YUV174.9998.1149.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=41.25%
G=34.21%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517012200.170.400.2034.745.3664.12
HexCDAA7A0112814232d40
Octal31525217202150244355100
Binary11001101101010101111010010001101000101001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA7A; }

 p { color: rgb(205,170,122); }

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

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

 a { background-color: rgb(205,170,122); }

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

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

 span { border-color: rgb(205,170,122); }

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