Shades of Putty #CCAD7A
Tints of Putty #CCAD7A
RGB
CMYK
RGB Variations
Color information
#CCAD7A (or 0xCCAD7A) is known color: Putty. HEX triplet: CC, AD and 7A. RGB value is (204,173,122). Sum of RGB (Red+Green+Blue) = 204+173+122=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD7A is #335285. Grayscale: #B0B0B0. Windows color (decimal): -3363462 or 8039884. OLE color: 8039884.
HSL color Cylindrical-coordinate representation of color #CCAD7A: hue angle of 37.32º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAD7A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 122 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.2 |
| HSL | 37.32º | 0.45% | 0.64% | - |
| HSV(B) | 37.32º | 0.4% | 0.8% | - |
| XYZ | 43.36 | 44.13 | 24.65 | - |
| YUV | 176.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 122 | 0 | 0.15 | 0.40 | 0.2 | 37.32 | 0.45 | 0.64 |
| Hex | CC | AD | 7A | 0 | F | 28 | 14 | 25 | 2D | 40 |
| Octal | 314 | 255 | 172 | 0 | 17 | 50 | 24 | 45 | 55 | 100 |
| Binary | 11001100 | 10101101 | 1111010 | 0 | 1111 | 101000 | 10100 | 100101 | 101101 | 1000000 |
Color Harmonies of #CCAD7A
Complementary color
Monochromatic Colors of #CCAD7A
Black with #CCAD7A
Text Example
Text Example
White with #CCAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD7A; }
p { color: rgb(204,173,122); }
H1.HeaderClassName
{
color: #CCAD7A;
}
.AnyTagClassName
{
color: #CCAD7A;
}
</style>
background-color css
<style>
a { background-color: #CCAD7A; }
a { background-color: rgb(204,173,122); }
div.DivClassName
{
background-color: #CCAD7A;
}
.BgClassName
{
background-color: #CCAD7A;
}
</style>
border-color css
<style>
span { border-color: #CCAD7A; }
span { border-color: rgb(204,173,122); }
td.TdClassName
{
border-color: #CCAD7A;
}
.TagClassName
{
border-color: #CCAD7A;
}
</style>