Shades of Putty #CCB370
Tints of Putty #CCB370
RGB
CMYK
RGB Variations
Color information
#CCB370 (or 0xCCB370) is known color: Putty. HEX triplet: CC, B3 and 70. RGB value is (204,179,112). Sum of RGB (Red+Green+Blue) = 204+179+112=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB370 is #334C8F. Grayscale: #B3B3B3. Windows color (decimal): -3361936 or 7386060. OLE color: 7386060.
HSL color Cylindrical-coordinate representation of color #CCB370: hue angle of 43.7º 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 #CCB370 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 112 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.2 |
| HSL | 43.7º | 0.47% | 0.62% | - |
| HSV(B) | 43.7º | 0.45% | 0.8% | - |
| XYZ | 43.95 | 46.25 | 21.94 | - |
| YUV | 178.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 112 | 0 | 0.12 | 0.45 | 0.2 | 43.7 | 0.47 | 0.62 |
| Hex | CC | B3 | 70 | 0 | C | 2D | 14 | 2C | 2F | 3E |
| Octal | 314 | 263 | 160 | 0 | 14 | 55 | 24 | 54 | 57 | 76 |
| Binary | 11001100 | 10110011 | 1110000 | 0 | 1100 | 101101 | 10100 | 101100 | 101111 | 111110 |
Color Harmonies of #CCB370
Complementary color
Monochromatic Colors of #CCB370
Black with #CCB370
Text Example
Text Example
White with #CCB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB370; }
p { color: rgb(204,179,112); }
H1.HeaderClassName
{
color: #CCB370;
}
.AnyTagClassName
{
color: #CCB370;
}
</style>
background-color css
<style>
a { background-color: #CCB370; }
a { background-color: rgb(204,179,112); }
div.DivClassName
{
background-color: #CCB370;
}
.BgClassName
{
background-color: #CCB370;
}
</style>
border-color css
<style>
span { border-color: #CCB370; }
span { border-color: rgb(204,179,112); }
td.TdClassName
{
border-color: #CCB370;
}
.TagClassName
{
border-color: #CCB370;
}
</style>