Shades of Putty #CAB16A
Tints of Putty #CAB16A
RGB
CMYK
RGB Variations
Color information
#CAB16A (or 0xCAB16A) is known color: Putty. HEX triplet: CA, B1 and 6A. RGB value is (202,177,106). Sum of RGB (Red+Green+Blue) = 202+177+106=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB16A is #354E95. Grayscale: #B0B0B0. Windows color (decimal): -3493526 or 6992330. OLE color: 6992330.
HSL color Cylindrical-coordinate representation of color #CAB16A: hue angle of 44.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAB16A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 106 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.21 |
| HSL | 44.38º | 0.48% | 0.6% | - |
| HSV(B) | 44.38º | 0.48% | 0.79% | - |
| XYZ | 42.68 | 45.04 | 20.08 | - |
| YUV | 176.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 106 | 0 | 0.12 | 0.48 | 0.21 | 44.38 | 0.48 | 0.6 |
| Hex | CA | B1 | 6A | 0 | C | 30 | 15 | 2C | 30 | 3C |
| Octal | 312 | 261 | 152 | 0 | 14 | 60 | 25 | 54 | 60 | 74 |
| Binary | 11001010 | 10110001 | 1101010 | 0 | 1100 | 110000 | 10101 | 101100 | 110000 | 111100 |
Color Harmonies of #CAB16A
Complementary color
Monochromatic Colors of #CAB16A
Black with #CAB16A
Text Example
Text Example
White with #CAB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB16A; }
p { color: rgb(202,177,106); }
H1.HeaderClassName
{
color: #CAB16A;
}
.AnyTagClassName
{
color: #CAB16A;
}
</style>
background-color css
<style>
a { background-color: #CAB16A; }
a { background-color: rgb(202,177,106); }
div.DivClassName
{
background-color: #CAB16A;
}
.BgClassName
{
background-color: #CAB16A;
}
</style>
border-color css
<style>
span { border-color: #CAB16A; }
span { border-color: rgb(202,177,106); }
td.TdClassName
{
border-color: #CAB16A;
}
.TagClassName
{
border-color: #CAB16A;
}
</style>