Shades of Putty #CCAB6D
Tints of Putty #CCAB6D
RGB
CMYK
RGB Variations
Color information
#CCAB6D (or 0xCCAB6D) is known color: Putty. HEX triplet: CC, AB and 6D. RGB value is (204,171,109). Sum of RGB (Red+Green+Blue) = 204+171+109=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB6D is #335492. Grayscale: #AEAEAE. Windows color (decimal): -3363987 or 7187404. OLE color: 7187404.
HSL color Cylindrical-coordinate representation of color #CCAB6D: hue angle of 39.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCAB6D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 109 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.2 |
| HSL | 39.16º | 0.48% | 0.61% | - |
| HSV(B) | 39.16º | 0.47% | 0.8% | - |
| XYZ | 42.23 | 43.07 | 20.56 | - |
| YUV | 173.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 109 | 0 | 0.16 | 0.47 | 0.2 | 39.16 | 0.48 | 0.61 |
| Hex | CC | AB | 6D | 0 | 10 | 2F | 14 | 27 | 30 | 3D |
| Octal | 314 | 253 | 155 | 0 | 20 | 57 | 24 | 47 | 60 | 75 |
| Binary | 11001100 | 10101011 | 1101101 | 0 | 10000 | 101111 | 10100 | 100111 | 110000 | 111101 |
Color Harmonies of #CCAB6D
Complementary color
Monochromatic Colors of #CCAB6D
Black with #CCAB6D
Text Example
Text Example
White with #CCAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB6D; }
p { color: rgb(204,171,109); }
H1.HeaderClassName
{
color: #CCAB6D;
}
.AnyTagClassName
{
color: #CCAB6D;
}
</style>
background-color css
<style>
a { background-color: #CCAB6D; }
a { background-color: rgb(204,171,109); }
div.DivClassName
{
background-color: #CCAB6D;
}
.BgClassName
{
background-color: #CCAB6D;
}
</style>
border-color css
<style>
span { border-color: #CCAB6D; }
span { border-color: rgb(204,171,109); }
td.TdClassName
{
border-color: #CCAB6D;
}
.TagClassName
{
border-color: #CCAB6D;
}
</style>