Shades of Putty #CCA867
Tints of Putty #CCA867
RGB
CMYK
RGB Variations
Color information
#CCA867 (or 0xCCA867) is known color: Putty. HEX triplet: CC, A8 and 67. RGB value is (204,168,103). Sum of RGB (Red+Green+Blue) = 204+168+103=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA867 is #335798. Grayscale: #ABABAB. Windows color (decimal): -3364761 or 6793420. OLE color: 6793420.
HSL color Cylindrical-coordinate representation of color #CCA867: hue angle of 38.61º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA867 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 103 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.2 |
| HSL | 38.61º | 0.5% | 0.6% | - |
| HSV(B) | 38.61º | 0.5% | 0.8% | - |
| XYZ | 41.35 | 41.82 | 18.72 | - |
| YUV | 171.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 103 | 0 | 0.18 | 0.50 | 0.2 | 38.61 | 0.5 | 0.6 |
| Hex | CC | A8 | 67 | 0 | 12 | 32 | 14 | 27 | 32 | 3C |
| Octal | 314 | 250 | 147 | 0 | 22 | 62 | 24 | 47 | 62 | 74 |
| Binary | 11001100 | 10101000 | 1100111 | 0 | 10010 | 110010 | 10100 | 100111 | 110010 | 111100 |
Color Harmonies of #CCA867
Complementary color
Monochromatic Colors of #CCA867
Black with #CCA867
Text Example
Text Example
White with #CCA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA867; }
p { color: rgb(204,168,103); }
H1.HeaderClassName
{
color: #CCA867;
}
.AnyTagClassName
{
color: #CCA867;
}
</style>
background-color css
<style>
a { background-color: #CCA867; }
a { background-color: rgb(204,168,103); }
div.DivClassName
{
background-color: #CCA867;
}
.BgClassName
{
background-color: #CCA867;
}
</style>
border-color css
<style>
span { border-color: #CCA867; }
span { border-color: rgb(204,168,103); }
td.TdClassName
{
border-color: #CCA867;
}
.TagClassName
{
border-color: #CCA867;
}
</style>