#CAAB71

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

Shades of Putty #CAAB71

Tints of Putty #CAAB71

Color information

#CAAB71 (or 0xCAAB71) is unknown color: approx Putty. HEX triplet: CA, AB and 71. RGB value is (202,171,113). Sum of RGB (Red+Green+Blue) = 202+171+113=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB71 is #35548E. Grayscale: #ADADAD. Windows color (decimal): -3495055 or 7449546. OLE color: 7449546.

HSL color Cylindrical-coordinate representation of color #CAAB71: hue angle of 39.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAAB71 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202171113-
CMYK00.150.440.21
HSL39.1º45.64%61.76%-
HSV(B)39.1º44.06%79.22%-
XYZ41.942.8721.69-
YUV173.6693.77148.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=41.56%
G=35.19%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217111300.150.440.2139.145.6461.76
HexCAAB710F2C15272e3e
Octal3122531610175425475676
Binary110010101010101111100010111110110010101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB71; }

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

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

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

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

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

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

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

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