Shades of Putty #CCA869
Tints of Putty #CCA869
RGB
CMYK
RGB Variations
Color information
#CCA869 (or 0xCCA869) is known color: Putty. HEX triplet: CC, A8 and 69. RGB value is (204,168,105). Sum of RGB (Red+Green+Blue) = 204+168+105=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA869 is #335796. Grayscale: #ABABAB. Windows color (decimal): -3364759 or 6924492. OLE color: 6924492.
HSL color Cylindrical-coordinate representation of color #CCA869: hue angle of 38.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCA869 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 105 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.2 |
| HSL | 38.18º | 0.49% | 0.61% | - |
| HSV(B) | 38.18º | 0.49% | 0.8% | - |
| XYZ | 41.45 | 41.86 | 19.26 | - |
| YUV | 171.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 105 | 0 | 0.18 | 0.49 | 0.2 | 38.18 | 0.49 | 0.61 |
| Hex | CC | A8 | 69 | 0 | 12 | 31 | 14 | 26 | 31 | 3D |
| Octal | 314 | 250 | 151 | 0 | 22 | 61 | 24 | 46 | 61 | 75 |
| Binary | 11001100 | 10101000 | 1101001 | 0 | 10010 | 110001 | 10100 | 100110 | 110001 | 111101 |
Color Harmonies of #CCA869
Complementary color
Monochromatic Colors of #CCA869
Black with #CCA869
Text Example
Text Example
White with #CCA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA869; }
p { color: rgb(204,168,105); }
H1.HeaderClassName
{
color: #CCA869;
}
.AnyTagClassName
{
color: #CCA869;
}
</style>
background-color css
<style>
a { background-color: #CCA869; }
a { background-color: rgb(204,168,105); }
div.DivClassName
{
background-color: #CCA869;
}
.BgClassName
{
background-color: #CCA869;
}
</style>
border-color css
<style>
span { border-color: #CCA869; }
span { border-color: rgb(204,168,105); }
td.TdClassName
{
border-color: #CCA869;
}
.TagClassName
{
border-color: #CCA869;
}
</style>