#cab571

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

Shades of Putty #CAB571

Tints of Putty #CAB571

Color information

#CAB571 (or 0xCAB571) is unknown color: approx Putty. HEX triplet: CA, B5 and 71. RGB value is (202,181,113). Sum of RGB (Red+Green+Blue) = 202+181+113=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB571 is #354A8E. Grayscale: #B3B3B3. Windows color (decimal): -3492495 or 7452106. OLE color: 7452106.

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

Color convert

RGB202181113-
CMYK00.100.440.21
HSL45.84º45.64%61.76%-
HSV(B)45.84º44.06%79.22%-
XYZ43.8646.822.34-
YUV179.5390.46144.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=40.73%
G=36.49%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218111300.100.440.2145.8445.6461.76
HexCAB5710A2C152e2e3e
Octal3122651610125425565676
Binary110010101011010111100010101010110010101101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab571; }

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

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

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

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

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

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

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

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