#CAA46B

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

Shades of Putty #CAA46B

Tints of Putty #CAA46B

Color information

#CAA46B (or 0xCAA46B) is unknown color: approx Putty. HEX triplet: CA, A4 and 6B. RGB value is (202,164,107). Sum of RGB (Red+Green+Blue) = 202+164+107=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA46B is #355B94. Grayscale: #A9A9A9. Windows color (decimal): -3496853 or 7054538. OLE color: 7054538.

HSL color Cylindrical-coordinate representation of color #CAA46B: hue angle of 36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA46B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202164107-
CMYK00.190.470.21
HSL36º47.26%60.59%-
HSV(B)36º47.03%79.22%-
XYZ40.2940.1719.54-
YUV168.8693.09151.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=42.71%
G=34.67%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216410700.190.470.213647.2660.59
HexCAA46B0132F15242f3d
Octal3122441530235725445775
Binary1100101010100100110101101001110111110101100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA46B; }

 p { color: rgb(202,164,107); }

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

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

 a { background-color: rgb(202,164,107); }

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

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

 span { border-color: rgb(202,164,107); }

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