Shades of Putty #CCB36C
Tints of Putty #CCB36C
RGB
CMYK
RGB Variations
Color information
#CCB36C (or 0xCCB36C) is known color: Putty. HEX triplet: CC, B3 and 6C. RGB value is (204,179,108). Sum of RGB (Red+Green+Blue) = 204+179+108=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB36C is #334C93. Grayscale: #B2B2B2. Windows color (decimal): -3361940 or 7123916. OLE color: 7123916.
HSL color Cylindrical-coordinate representation of color #CCB36C: hue angle of 44.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCB36C is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 108 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.2 |
| HSL | 44.38º | 0.48% | 0.61% | - |
| HSV(B) | 44.38º | 0.47% | 0.8% | - |
| XYZ | 43.73 | 46.16 | 20.79 | - |
| YUV | 178.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 108 | 0 | 0.12 | 0.47 | 0.2 | 44.38 | 0.48 | 0.61 |
| Hex | CC | B3 | 6C | 0 | C | 2F | 14 | 2C | 30 | 3D |
| Octal | 314 | 263 | 154 | 0 | 14 | 57 | 24 | 54 | 60 | 75 |
| Binary | 11001100 | 10110011 | 1101100 | 0 | 1100 | 101111 | 10100 | 101100 | 110000 | 111101 |
Color Harmonies of #CCB36C
Complementary color
Monochromatic Colors of #CCB36C
Black with #CCB36C
Text Example
Text Example
White with #CCB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB36C; }
p { color: rgb(204,179,108); }
H1.HeaderClassName
{
color: #CCB36C;
}
.AnyTagClassName
{
color: #CCB36C;
}
</style>
background-color css
<style>
a { background-color: #CCB36C; }
a { background-color: rgb(204,179,108); }
div.DivClassName
{
background-color: #CCB36C;
}
.BgClassName
{
background-color: #CCB36C;
}
</style>
border-color css
<style>
span { border-color: #CCB36C; }
span { border-color: rgb(204,179,108); }
td.TdClassName
{
border-color: #CCB36C;
}
.TagClassName
{
border-color: #CCB36C;
}
</style>