Shades of Putty #CCB973
Tints of Putty #CCB973
RGB
CMYK
RGB Variations
Color information
#CCB973 (or 0xCCB973) is known color: Putty. HEX triplet: CC, B9 and 73. RGB value is (204,185,115). Sum of RGB (Red+Green+Blue) = 204+185+115=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB973 is #33468C. Grayscale: #B7B7B7. Windows color (decimal): -3360397 or 7584204. OLE color: 7584204.
HSL color Cylindrical-coordinate representation of color #CCB973: hue angle of 47.19º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCB973 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 115 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.2 |
| HSL | 47.19º | 0.47% | 0.63% | - |
| HSV(B) | 47.19º | 0.44% | 0.8% | - |
| XYZ | 45.35 | 48.77 | 23.24 | - |
| YUV | 182.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 115 | 0 | 0.09 | 0.44 | 0.2 | 47.19 | 0.47 | 0.63 |
| Hex | CC | B9 | 73 | 0 | 9 | 2C | 14 | 2F | 2F | 3F |
| Octal | 314 | 271 | 163 | 0 | 11 | 54 | 24 | 57 | 57 | 77 |
| Binary | 11001100 | 10111001 | 1110011 | 0 | 1001 | 101100 | 10100 | 101111 | 101111 | 111111 |
Color Harmonies of #CCB973
Complementary color
Monochromatic Colors of #CCB973
Black with #CCB973
Text Example
Text Example
White with #CCB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB973; }
p { color: rgb(204,185,115); }
H1.HeaderClassName
{
color: #CCB973;
}
.AnyTagClassName
{
color: #CCB973;
}
</style>
background-color css
<style>
a { background-color: #CCB973; }
a { background-color: rgb(204,185,115); }
div.DivClassName
{
background-color: #CCB973;
}
.BgClassName
{
background-color: #CCB973;
}
</style>
border-color css
<style>
span { border-color: #CCB973; }
span { border-color: rgb(204,185,115); }
td.TdClassName
{
border-color: #CCB973;
}
.TagClassName
{
border-color: #CCB973;
}
</style>