Shades of Putty #CAB26F
Tints of Putty #CAB26F
RGB
CMYK
RGB Variations
Color information
#CAB26F (or 0xCAB26F) is known color: Putty. HEX triplet: CA, B2 and 6F. RGB value is (202,178,111). Sum of RGB (Red+Green+Blue) = 202+178+111=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB26F is #354D90. Grayscale: #B1B1B1. Windows color (decimal): -3493265 or 7320266. OLE color: 7320266.
HSL color Cylindrical-coordinate representation of color #CAB26F: hue angle of 44.18º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB26F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 111 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.21 |
| HSL | 44.18º | 0.46% | 0.61% | - |
| HSV(B) | 44.18º | 0.45% | 0.79% | - |
| XYZ | 43.15 | 45.55 | 21.56 | - |
| YUV | 177.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 111 | 0 | 0.12 | 0.45 | 0.21 | 44.18 | 0.46 | 0.61 |
| Hex | CA | B2 | 6F | 0 | C | 2D | 15 | 2C | 2E | 3D |
| Octal | 312 | 262 | 157 | 0 | 14 | 55 | 25 | 54 | 56 | 75 |
| Binary | 11001010 | 10110010 | 1101111 | 0 | 1100 | 101101 | 10101 | 101100 | 101110 | 111101 |
Color Harmonies of #CAB26F
Complementary color
Monochromatic Colors of #CAB26F
Black with #CAB26F
Text Example
Text Example
White with #CAB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB26F; }
p { color: rgb(202,178,111); }
H1.HeaderClassName
{
color: #CAB26F;
}
.AnyTagClassName
{
color: #CAB26F;
}
</style>
background-color css
<style>
a { background-color: #CAB26F; }
a { background-color: rgb(202,178,111); }
div.DivClassName
{
background-color: #CAB26F;
}
.BgClassName
{
background-color: #CAB26F;
}
</style>
border-color css
<style>
span { border-color: #CAB26F; }
span { border-color: rgb(202,178,111); }
td.TdClassName
{
border-color: #CAB26F;
}
.TagClassName
{
border-color: #CAB26F;
}
</style>