#CAA779

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

Shades of Putty #CAA779

Tints of Putty #CAA779

Color information

#CAA779 (or 0xCAA779) is unknown color: approx Putty. HEX triplet: CA, A7 and 79. RGB value is (202,167,121). Sum of RGB (Red+Green+Blue) = 202+167+121=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA779 is #355886. Grayscale: #ACACAC. Windows color (decimal): -3496071 or 7972810. OLE color: 7972810.

HSL color Cylindrical-coordinate representation of color #CAA779: hue angle of 34.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAA779 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202167121-
CMYK00.170.400.21
HSL34.07º43.32%63.33%-
HSV(B)34.07º40.1%79.22%-
XYZ41.6341.5723.92-
YUV172.2299.1149.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=41.22%
G=34.08%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216712100.170.400.2134.0743.3263.33
HexCAA7790112815222b3f
Octal3122471710215025425377
Binary1100101010100111111100101000110100010101100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA779; }

 p { color: rgb(202,167,121); }

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

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

 a { background-color: rgb(202,167,121); }

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

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

 span { border-color: rgb(202,167,121); }

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