Shades of Putty #CAB177
Tints of Putty #CAB177
RGB
CMYK
RGB Variations
Color information
#CAB177 (or 0xCAB177) is known color: Putty. HEX triplet: CA, B1 and 77. RGB value is (202,177,119). Sum of RGB (Red+Green+Blue) = 202+177+119=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB177 is #354E88. Grayscale: #B2B2B2. Windows color (decimal): -3493513 or 7844298. OLE color: 7844298.
HSL color Cylindrical-coordinate representation of color #CAB177: hue angle of 41.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAB177 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 119 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.21 |
| HSL | 41.93º | 0.44% | 0.63% | - |
| HSV(B) | 41.93º | 0.41% | 0.79% | - |
| XYZ | 43.41 | 45.33 | 23.91 | - |
| YUV | 177.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 119 | 0 | 0.12 | 0.41 | 0.21 | 41.93 | 0.44 | 0.63 |
| Hex | CA | B1 | 77 | 0 | C | 29 | 15 | 2A | 2C | 3F |
| Octal | 312 | 261 | 167 | 0 | 14 | 51 | 25 | 52 | 54 | 77 |
| Binary | 11001010 | 10110001 | 1110111 | 0 | 1100 | 101001 | 10101 | 101010 | 101100 | 111111 |
Color Harmonies of #CAB177
Complementary color
Monochromatic Colors of #CAB177
Black with #CAB177
Text Example
Text Example
White with #CAB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB177; }
p { color: rgb(202,177,119); }
H1.HeaderClassName
{
color: #CAB177;
}
.AnyTagClassName
{
color: #CAB177;
}
</style>
background-color css
<style>
a { background-color: #CAB177; }
a { background-color: rgb(202,177,119); }
div.DivClassName
{
background-color: #CAB177;
}
.BgClassName
{
background-color: #CAB177;
}
</style>
border-color css
<style>
span { border-color: #CAB177; }
span { border-color: rgb(202,177,119); }
td.TdClassName
{
border-color: #CAB177;
}
.TagClassName
{
border-color: #CAB177;
}
</style>