Shades of Putty #CCAB74
Tints of Putty #CCAB74
RGB
CMYK
RGB Variations
Color information
#CCAB74 (or 0xCCAB74) is known color: Putty. HEX triplet: CC, AB and 74. RGB value is (204,171,116). Sum of RGB (Red+Green+Blue) = 204+171+116=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB74 is #33548B. Grayscale: #AEAEAE. Windows color (decimal): -3363980 or 7646156. OLE color: 7646156.
HSL color Cylindrical-coordinate representation of color #CCAB74: hue angle of 37.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCAB74 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 116 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.2 |
| HSL | 37.5º | 0.46% | 0.63% | - |
| HSV(B) | 37.5º | 0.43% | 0.8% | - |
| XYZ | 42.62 | 43.22 | 22.62 | - |
| YUV | 174.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 116 | 0 | 0.16 | 0.43 | 0.2 | 37.5 | 0.46 | 0.63 |
| Hex | CC | AB | 74 | 0 | 10 | 2B | 14 | 26 | 2E | 3F |
| Octal | 314 | 253 | 164 | 0 | 20 | 53 | 24 | 46 | 56 | 77 |
| Binary | 11001100 | 10101011 | 1110100 | 0 | 10000 | 101011 | 10100 | 100110 | 101110 | 111111 |
Color Harmonies of #CCAB74
Complementary color
Monochromatic Colors of #CCAB74
Black with #CCAB74
Text Example
Text Example
White with #CCAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB74; }
p { color: rgb(204,171,116); }
H1.HeaderClassName
{
color: #CCAB74;
}
.AnyTagClassName
{
color: #CCAB74;
}
</style>
background-color css
<style>
a { background-color: #CCAB74; }
a { background-color: rgb(204,171,116); }
div.DivClassName
{
background-color: #CCAB74;
}
.BgClassName
{
background-color: #CCAB74;
}
</style>
border-color css
<style>
span { border-color: #CCAB74; }
span { border-color: rgb(204,171,116); }
td.TdClassName
{
border-color: #CCAB74;
}
.TagClassName
{
border-color: #CCAB74;
}
</style>