Shades of Putty #CCB971
Tints of Putty #CCB971
RGB
CMYK
RGB Variations
Color information
#CCB971 (or 0xCCB971) is known color: Putty. HEX triplet: CC, B9 and 71. RGB value is (204,185,113). Sum of RGB (Red+Green+Blue) = 204+185+113=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB971 is #33468E. Grayscale: #B6B6B6. Windows color (decimal): -3360399 or 7453132. OLE color: 7453132.
HSL color Cylindrical-coordinate representation of color #CCB971: hue angle of 47.47º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCB971 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 113 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.2 |
| HSL | 47.47º | 0.47% | 0.62% | - |
| HSV(B) | 47.47º | 0.45% | 0.8% | - |
| XYZ | 45.23 | 48.73 | 22.64 | - |
| YUV | 182.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 113 | 0 | 0.09 | 0.45 | 0.2 | 47.47 | 0.47 | 0.62 |
| Hex | CC | B9 | 71 | 0 | 9 | 2D | 14 | 2F | 2F | 3E |
| Octal | 314 | 271 | 161 | 0 | 11 | 55 | 24 | 57 | 57 | 76 |
| Binary | 11001100 | 10111001 | 1110001 | 0 | 1001 | 101101 | 10100 | 101111 | 101111 | 111110 |
Color Harmonies of #CCB971
Complementary color
Monochromatic Colors of #CCB971
Black with #CCB971
Text Example
Text Example
White with #CCB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB971; }
p { color: rgb(204,185,113); }
H1.HeaderClassName
{
color: #CCB971;
}
.AnyTagClassName
{
color: #CCB971;
}
</style>
background-color css
<style>
a { background-color: #CCB971; }
a { background-color: rgb(204,185,113); }
div.DivClassName
{
background-color: #CCB971;
}
.BgClassName
{
background-color: #CCB971;
}
</style>
border-color css
<style>
span { border-color: #CCB971; }
span { border-color: rgb(204,185,113); }
td.TdClassName
{
border-color: #CCB971;
}
.TagClassName
{
border-color: #CCB971;
}
</style>