#CAAB6A

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

Shades of Putty #CAAB6A

Tints of Putty #CAAB6A

Color information

#CAAB6A (or 0xCAAB6A) is unknown color: approx Putty. HEX triplet: CA, AB and 6A. RGB value is (202,171,106). Sum of RGB (Red+Green+Blue) = 202+171+106=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB6A is #355495. Grayscale: #ADADAD. Windows color (decimal): -3495062 or 6990794. OLE color: 6990794.

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

Color convert

RGB202171106-
CMYK00.150.480.21
HSL40.62º47.52%60.39%-
HSV(B)40.62º47.52%79.22%-
XYZ41.5242.7219.69-
YUV172.8690.27148.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=42.17%
G=35.70%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217110600.150.480.2140.6247.5260.39
HexCAAB6A0F301529303c
Octal3122531520176025516074
Binary110010101010101111010100111111000010101101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB6A; }

 p { color: rgb(202,171,106); }

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

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

 a { background-color: rgb(202,171,106); }

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

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

 span { border-color: rgb(202,171,106); }

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