Shades of Putty #CCB070
Tints of Putty #CCB070
RGB
CMYK
RGB Variations
Color information
#CCB070 (or 0xCCB070) is known color: Putty. HEX triplet: CC, B0 and 70. RGB value is (204,176,112). Sum of RGB (Red+Green+Blue) = 204+176+112=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB070 is #334F8F. Grayscale: #B1B1B1. Windows color (decimal): -3362704 or 7385292. OLE color: 7385292.
HSL color Cylindrical-coordinate representation of color #CCB070: hue angle of 41.74º 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 #CCB070 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 112 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.2 |
| HSL | 41.74º | 0.47% | 0.62% | - |
| HSV(B) | 41.74º | 0.45% | 0.8% | - |
| XYZ | 43.35 | 45.06 | 21.74 | - |
| YUV | 177.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 112 | 0 | 0.14 | 0.45 | 0.2 | 41.74 | 0.47 | 0.62 |
| Hex | CC | B0 | 70 | 0 | E | 2D | 14 | 2A | 2F | 3E |
| Octal | 314 | 260 | 160 | 0 | 16 | 55 | 24 | 52 | 57 | 76 |
| Binary | 11001100 | 10110000 | 1110000 | 0 | 1110 | 101101 | 10100 | 101010 | 101111 | 111110 |
Color Harmonies of #CCB070
Complementary color
Monochromatic Colors of #CCB070
Black with #CCB070
Text Example
Text Example
White with #CCB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB070; }
p { color: rgb(204,176,112); }
H1.HeaderClassName
{
color: #CCB070;
}
.AnyTagClassName
{
color: #CCB070;
}
</style>
background-color css
<style>
a { background-color: #CCB070; }
a { background-color: rgb(204,176,112); }
div.DivClassName
{
background-color: #CCB070;
}
.BgClassName
{
background-color: #CCB070;
}
</style>
border-color css
<style>
span { border-color: #CCB070; }
span { border-color: rgb(204,176,112); }
td.TdClassName
{
border-color: #CCB070;
}
.TagClassName
{
border-color: #CCB070;
}
</style>