Shades of Putty #CAB268
Tints of Putty #CAB268
RGB
CMYK
RGB Variations
Color information
#CAB268 (or 0xCAB268) is known color: Putty. HEX triplet: CA, B2 and 68. RGB value is (202,178,104). Sum of RGB (Red+Green+Blue) = 202+178+104=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB268 is #354D97. Grayscale: #B1B1B1. Windows color (decimal): -3493272 or 6861514. OLE color: 6861514.
HSL color Cylindrical-coordinate representation of color #CAB268: hue angle of 45.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAB268 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 104 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.21 |
| HSL | 45.31º | 0.48% | 0.6% | - |
| HSV(B) | 45.31º | 0.49% | 0.79% | - |
| XYZ | 42.78 | 45.4 | 19.6 | - |
| YUV | 176.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 104 | 0 | 0.12 | 0.49 | 0.21 | 45.31 | 0.48 | 0.6 |
| Hex | CA | B2 | 68 | 0 | C | 31 | 15 | 2D | 30 | 3C |
| Octal | 312 | 262 | 150 | 0 | 14 | 61 | 25 | 55 | 60 | 74 |
| Binary | 11001010 | 10110010 | 1101000 | 0 | 1100 | 110001 | 10101 | 101101 | 110000 | 111100 |
Color Harmonies of #CAB268
Complementary color
Monochromatic Colors of #CAB268
Black with #CAB268
Text Example
Text Example
White with #CAB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB268; }
p { color: rgb(202,178,104); }
H1.HeaderClassName
{
color: #CAB268;
}
.AnyTagClassName
{
color: #CAB268;
}
</style>
background-color css
<style>
a { background-color: #CAB268; }
a { background-color: rgb(202,178,104); }
div.DivClassName
{
background-color: #CAB268;
}
.BgClassName
{
background-color: #CAB268;
}
</style>
border-color css
<style>
span { border-color: #CAB268; }
span { border-color: rgb(202,178,104); }
td.TdClassName
{
border-color: #CAB268;
}
.TagClassName
{
border-color: #CAB268;
}
</style>