Shades of Putty #CCB577
Tints of Putty #CCB577
RGB
CMYK
RGB Variations
Color information
#CCB577 (or 0xCCB577) is known color: Putty. HEX triplet: CC, B5 and 77. RGB value is (204,181,119). Sum of RGB (Red+Green+Blue) = 204+181+119=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB577 is #334A88. Grayscale: #B5B5B5. Windows color (decimal): -3361417 or 7845324. OLE color: 7845324.
HSL color Cylindrical-coordinate representation of color #CCB577: hue angle of 43.76º 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 #CCB577 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 119 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.2 |
| HSL | 43.76º | 0.45% | 0.63% | - |
| HSV(B) | 43.76º | 0.42% | 0.8% | - |
| XYZ | 44.76 | 47.22 | 24.21 | - |
| YUV | 180.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 119 | 0 | 0.11 | 0.42 | 0.2 | 43.76 | 0.45 | 0.63 |
| Hex | CC | B5 | 77 | 0 | B | 2A | 14 | 2C | 2D | 3F |
| Octal | 314 | 265 | 167 | 0 | 13 | 52 | 24 | 54 | 55 | 77 |
| Binary | 11001100 | 10110101 | 1110111 | 0 | 1011 | 101010 | 10100 | 101100 | 101101 | 111111 |
Color Harmonies of #CCB577
Complementary color
Monochromatic Colors of #CCB577
Black with #CCB577
Text Example
Text Example
White with #CCB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB577; }
p { color: rgb(204,181,119); }
H1.HeaderClassName
{
color: #CCB577;
}
.AnyTagClassName
{
color: #CCB577;
}
</style>
background-color css
<style>
a { background-color: #CCB577; }
a { background-color: rgb(204,181,119); }
div.DivClassName
{
background-color: #CCB577;
}
.BgClassName
{
background-color: #CCB577;
}
</style>
border-color css
<style>
span { border-color: #CCB577; }
span { border-color: rgb(204,181,119); }
td.TdClassName
{
border-color: #CCB577;
}
.TagClassName
{
border-color: #CCB577;
}
</style>