#CAA569

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

Shades of Putty #CAA569

Tints of Putty #CAA569

Color information

#CAA569 (or 0xCAA569) is unknown color: approx Putty. HEX triplet: CA, A5 and 69. RGB value is (202,165,105). Sum of RGB (Red+Green+Blue) = 202+165+105=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA569 is #355A96. Grayscale: #A9A9A9. Windows color (decimal): -3496599 or 6923722. OLE color: 6923722.

HSL color Cylindrical-coordinate representation of color #CAA569: hue angle of 37.11º 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 #CAA569 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202165105-
CMYK00.180.480.21
HSL37.11º47.78%60.2%-
HSV(B)37.11º48.02%79.22%-
XYZ40.3640.4919.05-
YUV169.2291.76151.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=42.80%
G=34.96%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216510500.180.480.2137.1147.7860.2
HexCAA569012301525303c
Octal3122451510226025456074
Binary1100101010100101110100101001011000010101100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA569; }

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

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

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

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

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

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

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

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