#CAB173

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

Shades of Putty #CAB173

Tints of Putty #CAB173

Color information

#CAB173 (or 0xCAB173) is unknown color: approx Putty. HEX triplet: CA, B1 and 73. RGB value is (202,177,115). Sum of RGB (Red+Green+Blue) = 202+177+115=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB173 is #354E8C. Grayscale: #B1B1B1. Windows color (decimal): -3493517 or 7582154. OLE color: 7582154.

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

Color convert

RGB202177115-
CMYK00.120.430.21
HSL42.76º45.08%62.16%-
HSV(B)42.76º43.07%79.22%-
XYZ43.1745.2422.68-
YUV177.4192.78145.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=40.89%
G=35.83%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217711500.120.430.2142.7645.0862.16
HexCAB1730C2B152b2d3e
Octal3122611630145325535576
Binary110010101011000111100110110010101110101101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB173; }

 p { color: rgb(202,177,115); }

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

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

 a { background-color: rgb(202,177,115); }

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

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

 span { border-color: rgb(202,177,115); }

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