Shades of Putty #CCB077
Tints of Putty #CCB077
RGB
CMYK
RGB Variations
Color information
#CCB077 (or 0xCCB077) is known color: Putty. HEX triplet: CC, B0 and 77. RGB value is (204,176,119). Sum of RGB (Red+Green+Blue) = 204+176+119=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB077 is #334F88. Grayscale: #B2B2B2. Windows color (decimal): -3362697 or 7844044. OLE color: 7844044.
HSL color Cylindrical-coordinate representation of color #CCB077: hue angle of 40.24º 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 #CCB077 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 119 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.2 |
| HSL | 40.24º | 0.45% | 0.63% | - |
| HSV(B) | 40.24º | 0.42% | 0.8% | - |
| XYZ | 43.76 | 45.22 | 23.87 | - |
| YUV | 177.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 119 | 0 | 0.14 | 0.42 | 0.2 | 40.24 | 0.45 | 0.63 |
| Hex | CC | B0 | 77 | 0 | E | 2A | 14 | 28 | 2D | 3F |
| Octal | 314 | 260 | 167 | 0 | 16 | 52 | 24 | 50 | 55 | 77 |
| Binary | 11001100 | 10110000 | 1110111 | 0 | 1110 | 101010 | 10100 | 101000 | 101101 | 111111 |
Color Harmonies of #CCB077
Complementary color
Monochromatic Colors of #CCB077
Black with #CCB077
Text Example
Text Example
White with #CCB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB077; }
p { color: rgb(204,176,119); }
H1.HeaderClassName
{
color: #CCB077;
}
.AnyTagClassName
{
color: #CCB077;
}
</style>
background-color css
<style>
a { background-color: #CCB077; }
a { background-color: rgb(204,176,119); }
div.DivClassName
{
background-color: #CCB077;
}
.BgClassName
{
background-color: #CCB077;
}
</style>
border-color css
<style>
span { border-color: #CCB077; }
span { border-color: rgb(204,176,119); }
td.TdClassName
{
border-color: #CCB077;
}
.TagClassName
{
border-color: #CCB077;
}
</style>