Shades of Putty #CCB676
Tints of Putty #CCB676
RGB
CMYK
RGB Variations
Color information
#CCB676 (or 0xCCB676) is known color: Putty. HEX triplet: CC, B6 and 76. RGB value is (204,182,118). Sum of RGB (Red+Green+Blue) = 204+182+118=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB676 is #334989. Grayscale: #B5B5B5. Windows color (decimal): -3361162 or 7780044. OLE color: 7780044.
HSL color Cylindrical-coordinate representation of color #CCB676: hue angle of 44.65º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCB676 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 118 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.2 |
| HSL | 44.65º | 0.46% | 0.63% | - |
| HSV(B) | 44.65º | 0.42% | 0.8% | - |
| XYZ | 44.9 | 47.6 | 23.96 | - |
| YUV | 181.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 118 | 0 | 0.11 | 0.42 | 0.2 | 44.65 | 0.46 | 0.63 |
| Hex | CC | B6 | 76 | 0 | B | 2A | 14 | 2D | 2E | 3F |
| Octal | 314 | 266 | 166 | 0 | 13 | 52 | 24 | 55 | 56 | 77 |
| Binary | 11001100 | 10110110 | 1110110 | 0 | 1011 | 101010 | 10100 | 101101 | 101110 | 111111 |
Color Harmonies of #CCB676
Complementary color
Monochromatic Colors of #CCB676
Black with #CCB676
Text Example
Text Example
White with #CCB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB676; }
p { color: rgb(204,182,118); }
H1.HeaderClassName
{
color: #CCB676;
}
.AnyTagClassName
{
color: #CCB676;
}
</style>
background-color css
<style>
a { background-color: #CCB676; }
a { background-color: rgb(204,182,118); }
div.DivClassName
{
background-color: #CCB676;
}
.BgClassName
{
background-color: #CCB676;
}
</style>
border-color css
<style>
span { border-color: #CCB676; }
span { border-color: rgb(204,182,118); }
td.TdClassName
{
border-color: #CCB676;
}
.TagClassName
{
border-color: #CCB676;
}
</style>