Shades of Putty #CCB677
Tints of Putty #CCB677
RGB
CMYK
RGB Variations
Color information
#CCB677 (or 0xCCB677) is known color: Putty. HEX triplet: CC, B6 and 77. RGB value is (204,182,119). Sum of RGB (Red+Green+Blue) = 204+182+119=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB677 is #334988. Grayscale: #B5B5B5. Windows color (decimal): -3361161 or 7845580. OLE color: 7845580.
HSL color Cylindrical-coordinate representation of color #CCB677: hue angle of 44.47º 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 #CCB677 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 119 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.2 |
| HSL | 44.47º | 0.45% | 0.63% | - |
| HSV(B) | 44.47º | 0.42% | 0.8% | - |
| XYZ | 44.96 | 47.63 | 24.28 | - |
| YUV | 181.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 119 | 0 | 0.11 | 0.42 | 0.2 | 44.47 | 0.45 | 0.63 |
| Hex | CC | B6 | 77 | 0 | B | 2A | 14 | 2C | 2D | 3F |
| Octal | 314 | 266 | 167 | 0 | 13 | 52 | 24 | 54 | 55 | 77 |
| Binary | 11001100 | 10110110 | 1110111 | 0 | 1011 | 101010 | 10100 | 101100 | 101101 | 111111 |
Color Harmonies of #CCB677
Complementary color
Monochromatic Colors of #CCB677
Black with #CCB677
Text Example
Text Example
White with #CCB677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB677; }
p { color: rgb(204,182,119); }
H1.HeaderClassName
{
color: #CCB677;
}
.AnyTagClassName
{
color: #CCB677;
}
</style>
background-color css
<style>
a { background-color: #CCB677; }
a { background-color: rgb(204,182,119); }
div.DivClassName
{
background-color: #CCB677;
}
.BgClassName
{
background-color: #CCB677;
}
</style>
border-color css
<style>
span { border-color: #CCB677; }
span { border-color: rgb(204,182,119); }
td.TdClassName
{
border-color: #CCB677;
}
.TagClassName
{
border-color: #CCB677;
}
</style>