#CAB071

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

Shades of Putty #CAB071

Tints of Putty #CAB071

Color information

#CAB071 (or 0xCAB071) is unknown color: approx Putty. HEX triplet: CA, B0 and 71. RGB value is (202,176,113). Sum of RGB (Red+Green+Blue) = 202+176+113=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB071 is #354F8E. Grayscale: #B0B0B0. Windows color (decimal): -3493775 or 7450826. OLE color: 7450826.

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

Color convert

RGB202176113-
CMYK00.130.440.21
HSL42.47º45.64%61.76%-
HSV(B)42.47º44.06%79.22%-
XYZ42.8644.822.01-
YUV176.5992.11146.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=41.14%
G=35.85%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217611300.130.440.2142.4745.6461.76
HexCAB0710D2C152a2e3e
Octal3122601610155425525676
Binary110010101011000011100010110110110010101101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB071; }

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

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

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

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

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

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

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

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