Shades of Putty #CCB476
Tints of Putty #CCB476
RGB
CMYK
RGB Variations
Color information
#CCB476 (or 0xCCB476) is known color: Putty. HEX triplet: CC, B4 and 76. RGB value is (204,180,118). Sum of RGB (Red+Green+Blue) = 204+180+118=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB476 is #334B89. Grayscale: #B4B4B4. Windows color (decimal): -3361674 or 7779532. OLE color: 7779532.
HSL color Cylindrical-coordinate representation of color #CCB476: hue angle of 43.26º 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 #CCB476 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 118 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.2 |
| HSL | 43.26º | 0.46% | 0.63% | - |
| HSV(B) | 43.26º | 0.42% | 0.8% | - |
| XYZ | 44.49 | 46.79 | 23.83 | - |
| YUV | 180.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 118 | 0 | 0.12 | 0.42 | 0.2 | 43.26 | 0.46 | 0.63 |
| Hex | CC | B4 | 76 | 0 | C | 2A | 14 | 2B | 2E | 3F |
| Octal | 314 | 264 | 166 | 0 | 14 | 52 | 24 | 53 | 56 | 77 |
| Binary | 11001100 | 10110100 | 1110110 | 0 | 1100 | 101010 | 10100 | 101011 | 101110 | 111111 |
Color Harmonies of #CCB476
Complementary color
Monochromatic Colors of #CCB476
Black with #CCB476
Text Example
Text Example
White with #CCB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB476; }
p { color: rgb(204,180,118); }
H1.HeaderClassName
{
color: #CCB476;
}
.AnyTagClassName
{
color: #CCB476;
}
</style>
background-color css
<style>
a { background-color: #CCB476; }
a { background-color: rgb(204,180,118); }
div.DivClassName
{
background-color: #CCB476;
}
.BgClassName
{
background-color: #CCB476;
}
</style>
border-color css
<style>
span { border-color: #CCB476; }
span { border-color: rgb(204,180,118); }
td.TdClassName
{
border-color: #CCB476;
}
.TagClassName
{
border-color: #CCB476;
}
</style>