Shades of Putty #CAA768
Tints of Putty #CAA768
RGB
CMYK
RGB Variations
Color information
#CAA768 (or 0xCAA768) is known color: Putty. HEX triplet: CA, A7 and 68. RGB value is (202,167,104). Sum of RGB (Red+Green+Blue) = 202+167+104=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA768 is #355897. Grayscale: #AAAAAA. Windows color (decimal): -3496088 or 6858698. OLE color: 6858698.
HSL color Cylindrical-coordinate representation of color #CAA768: hue angle of 38.57º 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 #CAA768 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 104 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.21 |
| HSL | 38.57º | 0.48% | 0.6% | - |
| HSV(B) | 38.57º | 0.49% | 0.79% | - |
| XYZ | 40.67 | 41.19 | 18.9 | - |
| YUV | 170.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 104 | 0 | 0.17 | 0.49 | 0.21 | 38.57 | 0.48 | 0.6 |
| Hex | CA | A7 | 68 | 0 | 11 | 31 | 15 | 27 | 30 | 3C |
| Octal | 312 | 247 | 150 | 0 | 21 | 61 | 25 | 47 | 60 | 74 |
| Binary | 11001010 | 10100111 | 1101000 | 0 | 10001 | 110001 | 10101 | 100111 | 110000 | 111100 |
Color Harmonies of #CAA768
Complementary color
Monochromatic Colors of #CAA768
Black with #CAA768
Text Example
Text Example
White with #CAA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA768; }
p { color: rgb(202,167,104); }
H1.HeaderClassName
{
color: #CAA768;
}
.AnyTagClassName
{
color: #CAA768;
}
</style>
background-color css
<style>
a { background-color: #CAA768; }
a { background-color: rgb(202,167,104); }
div.DivClassName
{
background-color: #CAA768;
}
.BgClassName
{
background-color: #CAA768;
}
</style>
border-color css
<style>
span { border-color: #CAA768; }
span { border-color: rgb(202,167,104); }
td.TdClassName
{
border-color: #CAA768;
}
.TagClassName
{
border-color: #CAA768;
}
</style>