Shades of Putty #CAA867
Tints of Putty #CAA867
RGB
CMYK
RGB Variations
Color information
#CAA867 (or 0xCAA867) is known color: Putty. HEX triplet: CA, A8 and 67. RGB value is (202,168,103). Sum of RGB (Red+Green+Blue) = 202+168+103=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA867 is #355798. Grayscale: #ABABAB. Windows color (decimal): -3495833 or 6793418. OLE color: 6793418.
HSL color Cylindrical-coordinate representation of color #CAA867: hue angle of 39.39º 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 #CAA867 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 103 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.21 |
| HSL | 39.39º | 0.48% | 0.6% | - |
| HSV(B) | 39.39º | 0.49% | 0.79% | - |
| XYZ | 40.81 | 41.54 | 18.7 | - |
| YUV | 170.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 103 | 0 | 0.17 | 0.49 | 0.21 | 39.39 | 0.48 | 0.6 |
| Hex | CA | A8 | 67 | 0 | 11 | 31 | 15 | 27 | 30 | 3C |
| Octal | 312 | 250 | 147 | 0 | 21 | 61 | 25 | 47 | 60 | 74 |
| Binary | 11001010 | 10101000 | 1100111 | 0 | 10001 | 110001 | 10101 | 100111 | 110000 | 111100 |
Color Harmonies of #CAA867
Complementary color
Monochromatic Colors of #CAA867
Black with #CAA867
Text Example
Text Example
White with #CAA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA867; }
p { color: rgb(202,168,103); }
H1.HeaderClassName
{
color: #CAA867;
}
.AnyTagClassName
{
color: #CAA867;
}
</style>
background-color css
<style>
a { background-color: #CAA867; }
a { background-color: rgb(202,168,103); }
div.DivClassName
{
background-color: #CAA867;
}
.BgClassName
{
background-color: #CAA867;
}
</style>
border-color css
<style>
span { border-color: #CAA867; }
span { border-color: rgb(202,168,103); }
td.TdClassName
{
border-color: #CAA867;
}
.TagClassName
{
border-color: #CAA867;
}
</style>