Shades of Putty #CCB36E
Tints of Putty #CCB36E
RGB
CMYK
RGB Variations
Color information
#CCB36E (or 0xCCB36E) is known color: Putty. HEX triplet: CC, B3 and 6E. RGB value is (204,179,110). Sum of RGB (Red+Green+Blue) = 204+179+110=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB36E is #334C91. Grayscale: #B2B2B2. Windows color (decimal): -3361938 or 7254988. OLE color: 7254988.
HSL color Cylindrical-coordinate representation of color #CCB36E: hue angle of 44.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB36E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 110 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.2 |
| HSL | 44.04º | 0.48% | 0.62% | - |
| HSV(B) | 44.04º | 0.46% | 0.8% | - |
| XYZ | 43.84 | 46.2 | 21.36 | - |
| YUV | 178.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 110 | 0 | 0.12 | 0.46 | 0.2 | 44.04 | 0.48 | 0.62 |
| Hex | CC | B3 | 6E | 0 | C | 2E | 14 | 2C | 30 | 3E |
| Octal | 314 | 263 | 156 | 0 | 14 | 56 | 24 | 54 | 60 | 76 |
| Binary | 11001100 | 10110011 | 1101110 | 0 | 1100 | 101110 | 10100 | 101100 | 110000 | 111110 |
Color Harmonies of #CCB36E
Complementary color
Monochromatic Colors of #CCB36E
Black with #CCB36E
Text Example
Text Example
White with #CCB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB36E; }
p { color: rgb(204,179,110); }
H1.HeaderClassName
{
color: #CCB36E;
}
.AnyTagClassName
{
color: #CCB36E;
}
</style>
background-color css
<style>
a { background-color: #CCB36E; }
a { background-color: rgb(204,179,110); }
div.DivClassName
{
background-color: #CCB36E;
}
.BgClassName
{
background-color: #CCB36E;
}
</style>
border-color css
<style>
span { border-color: #CCB36E; }
span { border-color: rgb(204,179,110); }
td.TdClassName
{
border-color: #CCB36E;
}
.TagClassName
{
border-color: #CCB36E;
}
</style>