Shades of Putty #CAB068
Tints of Putty #CAB068
RGB
CMYK
RGB Variations
Color information
#CAB068 (or 0xCAB068) is known color: Putty. HEX triplet: CA, B0 and 68. RGB value is (202,176,104). Sum of RGB (Red+Green+Blue) = 202+176+104=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB068 is #354F97. Grayscale: #AFAFAF. Windows color (decimal): -3493784 or 6861002. OLE color: 6861002.
HSL color Cylindrical-coordinate representation of color #CAB068: hue angle of 44.08º 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 #CAB068 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 104 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.21 |
| HSL | 44.08º | 0.48% | 0.6% | - |
| HSV(B) | 44.08º | 0.49% | 0.79% | - |
| XYZ | 42.38 | 44.61 | 19.47 | - |
| YUV | 175.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 104 | 0 | 0.13 | 0.49 | 0.21 | 44.08 | 0.48 | 0.6 |
| Hex | CA | B0 | 68 | 0 | D | 31 | 15 | 2C | 30 | 3C |
| Octal | 312 | 260 | 150 | 0 | 15 | 61 | 25 | 54 | 60 | 74 |
| Binary | 11001010 | 10110000 | 1101000 | 0 | 1101 | 110001 | 10101 | 101100 | 110000 | 111100 |
Color Harmonies of #CAB068
Complementary color
Monochromatic Colors of #CAB068
Black with #CAB068
Text Example
Text Example
White with #CAB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB068; }
p { color: rgb(202,176,104); }
H1.HeaderClassName
{
color: #CAB068;
}
.AnyTagClassName
{
color: #CAB068;
}
</style>
background-color css
<style>
a { background-color: #CAB068; }
a { background-color: rgb(202,176,104); }
div.DivClassName
{
background-color: #CAB068;
}
.BgClassName
{
background-color: #CAB068;
}
</style>
border-color css
<style>
span { border-color: #CAB068; }
span { border-color: rgb(202,176,104); }
td.TdClassName
{
border-color: #CAB068;
}
.TagClassName
{
border-color: #CAB068;
}
</style>