Shades of Putty #CAB075
Tints of Putty #CAB075
RGB
CMYK
RGB Variations
Color information
#CAB075 (or 0xCAB075) is known color: Putty. HEX triplet: CA, B0 and 75. RGB value is (202,176,117). Sum of RGB (Red+Green+Blue) = 202+176+117=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB075 is #354F8A. Grayscale: #B1B1B1. Windows color (decimal): -3493771 or 7712970. OLE color: 7712970.
HSL color Cylindrical-coordinate representation of color #CAB075: hue angle of 41.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB075 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 117 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.21 |
| HSL | 41.65º | 0.45% | 0.63% | - |
| HSV(B) | 41.65º | 0.42% | 0.79% | - |
| XYZ | 43.09 | 44.89 | 23.22 | - |
| YUV | 177.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 117 | 0 | 0.13 | 0.42 | 0.21 | 41.65 | 0.45 | 0.63 |
| Hex | CA | B0 | 75 | 0 | D | 2A | 15 | 2A | 2D | 3F |
| Octal | 312 | 260 | 165 | 0 | 15 | 52 | 25 | 52 | 55 | 77 |
| Binary | 11001010 | 10110000 | 1110101 | 0 | 1101 | 101010 | 10101 | 101010 | 101101 | 111111 |
Color Harmonies of #CAB075
Complementary color
Monochromatic Colors of #CAB075
Black with #CAB075
Text Example
Text Example
White with #CAB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB075; }
p { color: rgb(202,176,117); }
H1.HeaderClassName
{
color: #CAB075;
}
.AnyTagClassName
{
color: #CAB075;
}
</style>
background-color css
<style>
a { background-color: #CAB075; }
a { background-color: rgb(202,176,117); }
div.DivClassName
{
background-color: #CAB075;
}
.BgClassName
{
background-color: #CAB075;
}
</style>
border-color css
<style>
span { border-color: #CAB075; }
span { border-color: rgb(202,176,117); }
td.TdClassName
{
border-color: #CAB075;
}
.TagClassName
{
border-color: #CAB075;
}
</style>