Shades of Putty #CCB376
Tints of Putty #CCB376
RGB
CMYK
RGB Variations
Color information
#CCB376 (or 0xCCB376) is known color: Putty. HEX triplet: CC, B3 and 76. RGB value is (204,179,118). Sum of RGB (Red+Green+Blue) = 204+179+118=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB376 is #334C89. Grayscale: #B3B3B3. Windows color (decimal): -3361930 or 7779276. OLE color: 7779276.
HSL color Cylindrical-coordinate representation of color #CCB376: hue angle of 42.56º 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 #CCB376 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 118 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.2 |
| HSL | 42.56º | 0.46% | 0.63% | - |
| HSV(B) | 42.56º | 0.42% | 0.8% | - |
| XYZ | 44.29 | 46.39 | 23.76 | - |
| YUV | 179.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 118 | 0 | 0.12 | 0.42 | 0.2 | 42.56 | 0.46 | 0.63 |
| Hex | CC | B3 | 76 | 0 | C | 2A | 14 | 2B | 2E | 3F |
| Octal | 314 | 263 | 166 | 0 | 14 | 52 | 24 | 53 | 56 | 77 |
| Binary | 11001100 | 10110011 | 1110110 | 0 | 1100 | 101010 | 10100 | 101011 | 101110 | 111111 |
Color Harmonies of #CCB376
Complementary color
Monochromatic Colors of #CCB376
Black with #CCB376
Text Example
Text Example
White with #CCB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB376; }
p { color: rgb(204,179,118); }
H1.HeaderClassName
{
color: #CCB376;
}
.AnyTagClassName
{
color: #CCB376;
}
</style>
background-color css
<style>
a { background-color: #CCB376; }
a { background-color: rgb(204,179,118); }
div.DivClassName
{
background-color: #CCB376;
}
.BgClassName
{
background-color: #CCB376;
}
</style>
border-color css
<style>
span { border-color: #CCB376; }
span { border-color: rgb(204,179,118); }
td.TdClassName
{
border-color: #CCB376;
}
.TagClassName
{
border-color: #CCB376;
}
</style>