Shades of Putty #CAA967
Tints of Putty #CAA967
RGB
CMYK
RGB Variations
Color information
#CAA967 (or 0xCAA967) is known color: Putty. HEX triplet: CA, A9 and 67. RGB value is (202,169,103). Sum of RGB (Red+Green+Blue) = 202+169+103=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA967 is #355698. Grayscale: #ABABAB. Windows color (decimal): -3495577 or 6793674. OLE color: 6793674.
HSL color Cylindrical-coordinate representation of color #CAA967: hue angle of 40º 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 #CAA967 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 103 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.21 |
| HSL | 40º | 0.48% | 0.6% | - |
| HSV(B) | 40º | 0.49% | 0.79% | - |
| XYZ | 40.99 | 41.91 | 18.76 | - |
| YUV | 171.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 103 | 0 | 0.16 | 0.49 | 0.21 | 40 | 0.48 | 0.6 |
| Hex | CA | A9 | 67 | 0 | 10 | 31 | 15 | 28 | 30 | 3C |
| Octal | 312 | 251 | 147 | 0 | 20 | 61 | 25 | 50 | 60 | 74 |
| Binary | 11001010 | 10101001 | 1100111 | 0 | 10000 | 110001 | 10101 | 101000 | 110000 | 111100 |
Color Harmonies of #CAA967
Complementary color
Monochromatic Colors of #CAA967
Black with #CAA967
Text Example
Text Example
White with #CAA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA967; }
p { color: rgb(202,169,103); }
H1.HeaderClassName
{
color: #CAA967;
}
.AnyTagClassName
{
color: #CAA967;
}
</style>
background-color css
<style>
a { background-color: #CAA967; }
a { background-color: rgb(202,169,103); }
div.DivClassName
{
background-color: #CAA967;
}
.BgClassName
{
background-color: #CAA967;
}
</style>
border-color css
<style>
span { border-color: #CAA967; }
span { border-color: rgb(202,169,103); }
td.TdClassName
{
border-color: #CAA967;
}
.TagClassName
{
border-color: #CAA967;
}
</style>