Shades of Putty #CAB06D
Tints of Putty #CAB06D
RGB
CMYK
RGB Variations
Color information
#CAB06D (or 0xCAB06D) is known color: Putty. HEX triplet: CA, B0 and 6D. RGB value is (202,176,109). Sum of RGB (Red+Green+Blue) = 202+176+109=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06D is #354F92. Grayscale: #B0B0B0. Windows color (decimal): -3493779 or 7188682. OLE color: 7188682.
HSL color Cylindrical-coordinate representation of color #CAB06D: hue angle of 43.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAB06D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 109 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.21 |
| HSL | 43.23º | 0.47% | 0.61% | - |
| HSV(B) | 43.23º | 0.46% | 0.79% | - |
| XYZ | 42.64 | 44.71 | 20.85 | - |
| YUV | 176.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 109 | 0 | 0.13 | 0.46 | 0.21 | 43.23 | 0.47 | 0.61 |
| Hex | CA | B0 | 6D | 0 | D | 2E | 15 | 2B | 2F | 3D |
| Octal | 312 | 260 | 155 | 0 | 15 | 56 | 25 | 53 | 57 | 75 |
| Binary | 11001010 | 10110000 | 1101101 | 0 | 1101 | 101110 | 10101 | 101011 | 101111 | 111101 |
Color Harmonies of #CAB06D
Complementary color
Monochromatic Colors of #CAB06D
Black with #CAB06D
Text Example
Text Example
White with #CAB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB06D; }
p { color: rgb(202,176,109); }
H1.HeaderClassName
{
color: #CAB06D;
}
.AnyTagClassName
{
color: #CAB06D;
}
</style>
background-color css
<style>
a { background-color: #CAB06D; }
a { background-color: rgb(202,176,109); }
div.DivClassName
{
background-color: #CAB06D;
}
.BgClassName
{
background-color: #CAB06D;
}
</style>
border-color css
<style>
span { border-color: #CAB06D; }
span { border-color: rgb(202,176,109); }
td.TdClassName
{
border-color: #CAB06D;
}
.TagClassName
{
border-color: #CAB06D;
}
</style>