#CAB172

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

Shades of Putty #CAB172

Tints of Putty #CAB172

Color information

#CAB172 (or 0xCAB172) is unknown color: approx Putty. HEX triplet: CA, B1 and 72. RGB value is (202,177,114). Sum of RGB (Red+Green+Blue) = 202+177+114=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB172 is #354E8D. Grayscale: #B1B1B1. Windows color (decimal): -3493518 or 7516618. OLE color: 7516618.

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

Color convert

RGB202177114-
CMYK00.120.440.21
HSL42.95º45.36%61.96%-
HSV(B)42.95º43.56%79.22%-
XYZ43.1245.2222.37-
YUV177.2992.28145.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=40.97%
G=35.90%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217711400.120.440.2142.9545.3661.96
HexCAB1720C2C152b2d3e
Octal3122611620145425535576
Binary110010101011000111100100110010110010101101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB172; }

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

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

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

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

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

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

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

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