Shades of Putty #CCB170
Tints of Putty #CCB170
RGB
CMYK
RGB Variations
Color information
#CCB170 (or 0xCCB170) is known color: Putty. HEX triplet: CC, B1 and 70. RGB value is (204,177,112). Sum of RGB (Red+Green+Blue) = 204+177+112=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB170 is #334E8F. Grayscale: #B1B1B1. Windows color (decimal): -3362448 or 7385548. OLE color: 7385548.
HSL color Cylindrical-coordinate representation of color #CCB170: hue angle of 42.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCB170 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 112 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.2 |
| HSL | 42.39º | 0.47% | 0.62% | - |
| HSV(B) | 42.39º | 0.45% | 0.8% | - |
| XYZ | 43.55 | 45.45 | 21.81 | - |
| YUV | 177.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 112 | 0 | 0.13 | 0.45 | 0.2 | 42.39 | 0.47 | 0.62 |
| Hex | CC | B1 | 70 | 0 | D | 2D | 14 | 2A | 2F | 3E |
| Octal | 314 | 261 | 160 | 0 | 15 | 55 | 24 | 52 | 57 | 76 |
| Binary | 11001100 | 10110001 | 1110000 | 0 | 1101 | 101101 | 10100 | 101010 | 101111 | 111110 |
Color Harmonies of #CCB170
Complementary color
Monochromatic Colors of #CCB170
Black with #CCB170
Text Example
Text Example
White with #CCB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB170; }
p { color: rgb(204,177,112); }
H1.HeaderClassName
{
color: #CCB170;
}
.AnyTagClassName
{
color: #CCB170;
}
</style>
background-color css
<style>
a { background-color: #CCB170; }
a { background-color: rgb(204,177,112); }
div.DivClassName
{
background-color: #CCB170;
}
.BgClassName
{
background-color: #CCB170;
}
</style>
border-color css
<style>
span { border-color: #CCB170; }
span { border-color: rgb(204,177,112); }
td.TdClassName
{
border-color: #CCB170;
}
.TagClassName
{
border-color: #CCB170;
}
</style>