Shades of Putty #CCAD7C
Tints of Putty #CCAD7C
RGB
CMYK
RGB Variations
Color information
#CCAD7C (or 0xCCAD7C) is known color: Putty. HEX triplet: CC, AD and 7C. RGB value is (204,173,124). Sum of RGB (Red+Green+Blue) = 204+173+124=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD7C is #335283. Grayscale: #B0B0B0. Windows color (decimal): -3363460 or 8170956. OLE color: 8170956.
HSL color Cylindrical-coordinate representation of color #CCAD7C: hue angle of 36.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCAD7C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 124 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.2 |
| HSL | 36.75º | 0.44% | 0.64% | - |
| HSV(B) | 36.75º | 0.39% | 0.8% | - |
| XYZ | 43.48 | 44.18 | 25.3 | - |
| YUV | 176.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 124 | 0 | 0.15 | 0.39 | 0.2 | 36.75 | 0.44 | 0.64 |
| Hex | CC | AD | 7C | 0 | F | 27 | 14 | 25 | 2C | 40 |
| Octal | 314 | 255 | 174 | 0 | 17 | 47 | 24 | 45 | 54 | 100 |
| Binary | 11001100 | 10101101 | 1111100 | 0 | 1111 | 100111 | 10100 | 100101 | 101100 | 1000000 |
Color Harmonies of #CCAD7C
Complementary color
Monochromatic Colors of #CCAD7C
Black with #CCAD7C
Text Example
Text Example
White with #CCAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD7C; }
p { color: rgb(204,173,124); }
H1.HeaderClassName
{
color: #CCAD7C;
}
.AnyTagClassName
{
color: #CCAD7C;
}
</style>
background-color css
<style>
a { background-color: #CCAD7C; }
a { background-color: rgb(204,173,124); }
div.DivClassName
{
background-color: #CCAD7C;
}
.BgClassName
{
background-color: #CCAD7C;
}
</style>
border-color css
<style>
span { border-color: #CCAD7C; }
span { border-color: rgb(204,173,124); }
td.TdClassName
{
border-color: #CCAD7C;
}
.TagClassName
{
border-color: #CCAD7C;
}
</style>