#CAA769

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

Shades of Putty #CAA769

Tints of Putty #CAA769

Color information

#CAA769 (or 0xCAA769) is unknown color: approx Putty. HEX triplet: CA, A7 and 69. RGB value is (202,167,105). Sum of RGB (Red+Green+Blue) = 202+167+105=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA769 is #355896. Grayscale: #AAAAAA. Windows color (decimal): -3496087 or 6924234. OLE color: 6924234.

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

Color convert

RGB202167105-
CMYK00.170.480.21
HSL38.35º47.78%60.2%-
HSV(B)38.35º48.02%79.22%-
XYZ40.7341.2119.17-
YUV170.491.1150.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=42.62%
G=35.23%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216710500.170.480.2138.3547.7860.2
HexCAA769011301526303c
Octal3122471510216025466074
Binary1100101010100111110100101000111000010101100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA769; }

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

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

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

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

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

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

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

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