Shades of Putty #CAB377
Tints of Putty #CAB377
RGB
CMYK
RGB Variations
Color information
#CAB377 (or 0xCAB377) is known color: Putty. HEX triplet: CA, B3 and 77. RGB value is (202,179,119). Sum of RGB (Red+Green+Blue) = 202+179+119=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB377 is #354C88. Grayscale: #B3B3B3. Windows color (decimal): -3493001 or 7844810. OLE color: 7844810.
HSL color Cylindrical-coordinate representation of color #CAB377: hue angle of 43.37º 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 #CAB377 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 119 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.21 |
| HSL | 43.37º | 0.44% | 0.63% | - |
| HSV(B) | 43.37º | 0.41% | 0.79% | - |
| XYZ | 43.81 | 46.13 | 24.05 | - |
| YUV | 179.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 119 | 0 | 0.11 | 0.41 | 0.21 | 43.37 | 0.44 | 0.63 |
| Hex | CA | B3 | 77 | 0 | B | 29 | 15 | 2B | 2C | 3F |
| Octal | 312 | 263 | 167 | 0 | 13 | 51 | 25 | 53 | 54 | 77 |
| Binary | 11001010 | 10110011 | 1110111 | 0 | 1011 | 101001 | 10101 | 101011 | 101100 | 111111 |
Color Harmonies of #CAB377
Complementary color
Monochromatic Colors of #CAB377
Black with #CAB377
Text Example
Text Example
White with #CAB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB377; }
p { color: rgb(202,179,119); }
H1.HeaderClassName
{
color: #CAB377;
}
.AnyTagClassName
{
color: #CAB377;
}
</style>
background-color css
<style>
a { background-color: #CAB377; }
a { background-color: rgb(202,179,119); }
div.DivClassName
{
background-color: #CAB377;
}
.BgClassName
{
background-color: #CAB377;
}
</style>
border-color css
<style>
span { border-color: #CAB377; }
span { border-color: rgb(202,179,119); }
td.TdClassName
{
border-color: #CAB377;
}
.TagClassName
{
border-color: #CAB377;
}
</style>