Shades of Putty #CAB16B
Tints of Putty #CAB16B
RGB
CMYK
RGB Variations
Color information
#CAB16B (or 0xCAB16B) is known color: Putty. HEX triplet: CA, B1 and 6B. RGB value is (202,177,107). Sum of RGB (Red+Green+Blue) = 202+177+107=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB16B is #354E94. Grayscale: #B0B0B0. Windows color (decimal): -3493525 or 7057866. OLE color: 7057866.
HSL color Cylindrical-coordinate representation of color #CAB16B: hue angle of 44.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAB16B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 107 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.21 |
| HSL | 44.21º | 0.47% | 0.61% | - |
| HSV(B) | 44.21º | 0.47% | 0.79% | - |
| XYZ | 42.73 | 45.06 | 20.36 | - |
| YUV | 176.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 107 | 0 | 0.12 | 0.47 | 0.21 | 44.21 | 0.47 | 0.61 |
| Hex | CA | B1 | 6B | 0 | C | 2F | 15 | 2C | 2F | 3D |
| Octal | 312 | 261 | 153 | 0 | 14 | 57 | 25 | 54 | 57 | 75 |
| Binary | 11001010 | 10110001 | 1101011 | 0 | 1100 | 101111 | 10101 | 101100 | 101111 | 111101 |
Color Harmonies of #CAB16B
Complementary color
Monochromatic Colors of #CAB16B
Black with #CAB16B
Text Example
Text Example
White with #CAB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB16B; }
p { color: rgb(202,177,107); }
H1.HeaderClassName
{
color: #CAB16B;
}
.AnyTagClassName
{
color: #CAB16B;
}
</style>
background-color css
<style>
a { background-color: #CAB16B; }
a { background-color: rgb(202,177,107); }
div.DivClassName
{
background-color: #CAB16B;
}
.BgClassName
{
background-color: #CAB16B;
}
</style>
border-color css
<style>
span { border-color: #CAB16B; }
span { border-color: rgb(202,177,107); }
td.TdClassName
{
border-color: #CAB16B;
}
.TagClassName
{
border-color: #CAB16B;
}
</style>