Shades of Putty #CCA86B
Tints of Putty #CCA86B
RGB
CMYK
RGB Variations
Color information
#CCA86B (or 0xCCA86B) is known color: Putty. HEX triplet: CC, A8 and 6B. RGB value is (204,168,107). Sum of RGB (Red+Green+Blue) = 204+168+107=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86B is #335794. Grayscale: #ACACAC. Windows color (decimal): -3364757 or 7055564. OLE color: 7055564.
HSL color Cylindrical-coordinate representation of color #CCA86B: hue angle of 37.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCA86B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 107 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.2 |
| HSL | 37.73º | 0.49% | 0.61% | - |
| HSV(B) | 37.73º | 0.48% | 0.8% | - |
| XYZ | 41.56 | 41.9 | 19.81 | - |
| YUV | 171.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 107 | 0 | 0.18 | 0.48 | 0.2 | 37.73 | 0.49 | 0.61 |
| Hex | CC | A8 | 6B | 0 | 12 | 30 | 14 | 26 | 31 | 3D |
| Octal | 314 | 250 | 153 | 0 | 22 | 60 | 24 | 46 | 61 | 75 |
| Binary | 11001100 | 10101000 | 1101011 | 0 | 10010 | 110000 | 10100 | 100110 | 110001 | 111101 |
Color Harmonies of #CCA86B
Complementary color
Monochromatic Colors of #CCA86B
Black with #CCA86B
Text Example
Text Example
White with #CCA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA86B; }
p { color: rgb(204,168,107); }
H1.HeaderClassName
{
color: #CCA86B;
}
.AnyTagClassName
{
color: #CCA86B;
}
</style>
background-color css
<style>
a { background-color: #CCA86B; }
a { background-color: rgb(204,168,107); }
div.DivClassName
{
background-color: #CCA86B;
}
.BgClassName
{
background-color: #CCA86B;
}
</style>
border-color css
<style>
span { border-color: #CCA86B; }
span { border-color: rgb(204,168,107); }
td.TdClassName
{
border-color: #CCA86B;
}
.TagClassName
{
border-color: #CCA86B;
}
</style>