Shades of Putty #CCB07C
Tints of Putty #CCB07C
RGB
CMYK
RGB Variations
Color information
#CCB07C (or 0xCCB07C) is known color: Putty. HEX triplet: CC, B0 and 7C. RGB value is (204,176,124). Sum of RGB (Red+Green+Blue) = 204+176+124=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07C is #334F83. Grayscale: #B2B2B2. Windows color (decimal): -3362692 or 8171724. OLE color: 8171724.
HSL color Cylindrical-coordinate representation of color #CCB07C: hue angle of 39º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB07C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 124 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.2 |
| HSL | 39º | 0.44% | 0.64% | - |
| HSV(B) | 39º | 0.39% | 0.8% | - |
| XYZ | 44.07 | 45.34 | 25.5 | - |
| YUV | 178.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 124 | 0 | 0.14 | 0.39 | 0.2 | 39 | 0.44 | 0.64 |
| Hex | CC | B0 | 7C | 0 | E | 27 | 14 | 27 | 2C | 40 |
| Octal | 314 | 260 | 174 | 0 | 16 | 47 | 24 | 47 | 54 | 100 |
| Binary | 11001100 | 10110000 | 1111100 | 0 | 1110 | 100111 | 10100 | 100111 | 101100 | 1000000 |
Color Harmonies of #CCB07C
Complementary color
Monochromatic Colors of #CCB07C
Black with #CCB07C
Text Example
Text Example
White with #CCB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB07C; }
p { color: rgb(204,176,124); }
H1.HeaderClassName
{
color: #CCB07C;
}
.AnyTagClassName
{
color: #CCB07C;
}
</style>
background-color css
<style>
a { background-color: #CCB07C; }
a { background-color: rgb(204,176,124); }
div.DivClassName
{
background-color: #CCB07C;
}
.BgClassName
{
background-color: #CCB07C;
}
</style>
border-color css
<style>
span { border-color: #CCB07C; }
span { border-color: rgb(204,176,124); }
td.TdClassName
{
border-color: #CCB07C;
}
.TagClassName
{
border-color: #CCB07C;
}
</style>