Shades of Putty #CCB37A
Tints of Putty #CCB37A
RGB
CMYK
RGB Variations
Color information
#CCB37A (or 0xCCB37A) is known color: Putty. HEX triplet: CC, B3 and 7A. RGB value is (204,179,122). Sum of RGB (Red+Green+Blue) = 204+179+122=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37A is #334C85. Grayscale: #B4B4B4. Windows color (decimal): -3361926 or 8041420. OLE color: 8041420.
HSL color Cylindrical-coordinate representation of color #CCB37A: hue angle of 41.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB37A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 122 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.2 |
| HSL | 41.71º | 0.45% | 0.64% | - |
| HSV(B) | 41.71º | 0.4% | 0.8% | - |
| XYZ | 44.53 | 46.48 | 25.04 | - |
| YUV | 179.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 122 | 0 | 0.12 | 0.40 | 0.2 | 41.71 | 0.45 | 0.64 |
| Hex | CC | B3 | 7A | 0 | C | 28 | 14 | 2A | 2D | 40 |
| Octal | 314 | 263 | 172 | 0 | 14 | 50 | 24 | 52 | 55 | 100 |
| Binary | 11001100 | 10110011 | 1111010 | 0 | 1100 | 101000 | 10100 | 101010 | 101101 | 1000000 |
Color Harmonies of #CCB37A
Complementary color
Monochromatic Colors of #CCB37A
Black with #CCB37A
Text Example
Text Example
White with #CCB37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB37A; }
p { color: rgb(204,179,122); }
H1.HeaderClassName
{
color: #CCB37A;
}
.AnyTagClassName
{
color: #CCB37A;
}
</style>
background-color css
<style>
a { background-color: #CCB37A; }
a { background-color: rgb(204,179,122); }
div.DivClassName
{
background-color: #CCB37A;
}
.BgClassName
{
background-color: #CCB37A;
}
</style>
border-color css
<style>
span { border-color: #CCB37A; }
span { border-color: rgb(204,179,122); }
td.TdClassName
{
border-color: #CCB37A;
}
.TagClassName
{
border-color: #CCB37A;
}
</style>