Shades of Putty #CCAB7A
Tints of Putty #CCAB7A
RGB
CMYK
RGB Variations
Color information
#CCAB7A (or 0xCCAB7A) is known color: Putty. HEX triplet: CC, AB and 7A. RGB value is (204,171,122). Sum of RGB (Red+Green+Blue) = 204+171+122=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB7A is #335485. Grayscale: #AFAFAF. Windows color (decimal): -3363974 or 8039372. OLE color: 8039372.
HSL color Cylindrical-coordinate representation of color #CCAB7A: hue angle of 35.85º 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 #CCAB7A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 122 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.2 |
| HSL | 35.85º | 0.45% | 0.64% | - |
| HSV(B) | 35.85º | 0.4% | 0.8% | - |
| XYZ | 42.98 | 43.37 | 24.52 | - |
| YUV | 175.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 122 | 0 | 0.16 | 0.40 | 0.2 | 35.85 | 0.45 | 0.64 |
| Hex | CC | AB | 7A | 0 | 10 | 28 | 14 | 24 | 2D | 40 |
| Octal | 314 | 253 | 172 | 0 | 20 | 50 | 24 | 44 | 55 | 100 |
| Binary | 11001100 | 10101011 | 1111010 | 0 | 10000 | 101000 | 10100 | 100100 | 101101 | 1000000 |
Color Harmonies of #CCAB7A
Complementary color
Monochromatic Colors of #CCAB7A
Black with #CCAB7A
Text Example
Text Example
White with #CCAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB7A; }
p { color: rgb(204,171,122); }
H1.HeaderClassName
{
color: #CCAB7A;
}
.AnyTagClassName
{
color: #CCAB7A;
}
</style>
background-color css
<style>
a { background-color: #CCAB7A; }
a { background-color: rgb(204,171,122); }
div.DivClassName
{
background-color: #CCAB7A;
}
.BgClassName
{
background-color: #CCAB7A;
}
</style>
border-color css
<style>
span { border-color: #CCAB7A; }
span { border-color: rgb(204,171,122); }
td.TdClassName
{
border-color: #CCAB7A;
}
.TagClassName
{
border-color: #CCAB7A;
}
</style>