#CAB971

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

Shades of Putty #CAB971

Tints of Putty #CAB971

Color information

#CAB971 (or 0xCAB971) is unknown color: approx Putty. HEX triplet: CA, B9 and 71. RGB value is (202,185,113). Sum of RGB (Red+Green+Blue) = 202+185+113=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB971 is #35468E. Grayscale: #B6B6B6. Windows color (decimal): -3491471 or 7453130. OLE color: 7453130.

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

Color convert

RGB202185113-
CMYK00.080.440.21
HSL48.54º45.64%61.76%-
HSV(B)48.54º44.06%79.22%-
XYZ44.6948.4522.62-
YUV181.8889.13142.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=40.4%
G=37%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218511300.080.440.2148.5445.6461.76
HexCAB971082C15312e3e
Octal3122711610105425615676
Binary110010101011100111100010100010110010101110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB971; }

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

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

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

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

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

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

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

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