Shades of Putty #CCB377
Tints of Putty #CCB377
RGB
CMYK
RGB Variations
Color information
#CCB377 (or 0xCCB377) is known color: Putty. HEX triplet: CC, B3 and 77. RGB value is (204,179,119). Sum of RGB (Red+Green+Blue) = 204+179+119=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB377 is #334C88. Grayscale: #B3B3B3. Windows color (decimal): -3361929 or 7844812. OLE color: 7844812.
HSL color Cylindrical-coordinate representation of color #CCB377: hue angle of 42.35º degrees, saturation: 0.45, 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 #CCB377 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 119 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.2 |
| HSL | 42.35º | 0.45% | 0.63% | - |
| HSV(B) | 42.35º | 0.42% | 0.8% | - |
| XYZ | 44.35 | 46.41 | 24.07 | - |
| YUV | 179.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 119 | 0 | 0.12 | 0.42 | 0.2 | 42.35 | 0.45 | 0.63 |
| Hex | CC | B3 | 77 | 0 | C | 2A | 14 | 2A | 2D | 3F |
| Octal | 314 | 263 | 167 | 0 | 14 | 52 | 24 | 52 | 55 | 77 |
| Binary | 11001100 | 10110011 | 1110111 | 0 | 1100 | 101010 | 10100 | 101010 | 101101 | 111111 |
Color Harmonies of #CCB377
Complementary color
Monochromatic Colors of #CCB377
Black with #CCB377
Text Example
Text Example
White with #CCB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB377; }
p { color: rgb(204,179,119); }
H1.HeaderClassName
{
color: #CCB377;
}
.AnyTagClassName
{
color: #CCB377;
}
</style>
background-color css
<style>
a { background-color: #CCB377; }
a { background-color: rgb(204,179,119); }
div.DivClassName
{
background-color: #CCB377;
}
.BgClassName
{
background-color: #CCB377;
}
</style>
border-color css
<style>
span { border-color: #CCB377; }
span { border-color: rgb(204,179,119); }
td.TdClassName
{
border-color: #CCB377;
}
.TagClassName
{
border-color: #CCB377;
}
</style>