Shades of Putty #CAB179
Tints of Putty #CAB179
RGB
CMYK
RGB Variations
Color information
#CAB179 (or 0xCAB179) is known color: Putty. HEX triplet: CA, B1 and 79. RGB value is (202,177,121). Sum of RGB (Red+Green+Blue) = 202+177+121=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB179 is #354E86. Grayscale: #B2B2B2. Windows color (decimal): -3493511 or 7975370. OLE color: 7975370.
HSL color Cylindrical-coordinate representation of color #CAB179: hue angle of 41.48º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB179 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 121 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.21 |
| HSL | 41.48º | 0.43% | 0.63% | - |
| HSV(B) | 41.48º | 0.4% | 0.79% | - |
| XYZ | 43.53 | 45.38 | 24.55 | - |
| YUV | 178.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 121 | 0 | 0.12 | 0.40 | 0.21 | 41.48 | 0.43 | 0.63 |
| Hex | CA | B1 | 79 | 0 | C | 28 | 15 | 29 | 2B | 3F |
| Octal | 312 | 261 | 171 | 0 | 14 | 50 | 25 | 51 | 53 | 77 |
| Binary | 11001010 | 10110001 | 1111001 | 0 | 1100 | 101000 | 10101 | 101001 | 101011 | 111111 |
Color Harmonies of #CAB179
Complementary color
Monochromatic Colors of #CAB179
Black with #CAB179
Text Example
Text Example
White with #CAB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB179; }
p { color: rgb(202,177,121); }
H1.HeaderClassName
{
color: #CAB179;
}
.AnyTagClassName
{
color: #CAB179;
}
</style>
background-color css
<style>
a { background-color: #CAB179; }
a { background-color: rgb(202,177,121); }
div.DivClassName
{
background-color: #CAB179;
}
.BgClassName
{
background-color: #CAB179;
}
</style>
border-color css
<style>
span { border-color: #CAB179; }
span { border-color: rgb(202,177,121); }
td.TdClassName
{
border-color: #CAB179;
}
.TagClassName
{
border-color: #CAB179;
}
</style>