Shades of Putty #CCB27C
Tints of Putty #CCB27C
RGB
CMYK
RGB Variations
Color information
#CCB27C (or 0xCCB27C) is known color: Putty. HEX triplet: CC, B2 and 7C. RGB value is (204,178,124). Sum of RGB (Red+Green+Blue) = 204+178+124=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB27C is #334D83. Grayscale: #B3B3B3. Windows color (decimal): -3362180 or 8172236. OLE color: 8172236.
HSL color Cylindrical-coordinate representation of color #CCB27C: hue angle of 40.5º 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 #CCB27C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 124 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.2 |
| HSL | 40.5º | 0.44% | 0.64% | - |
| HSV(B) | 40.5º | 0.39% | 0.8% | - |
| XYZ | 44.46 | 46.13 | 25.63 | - |
| YUV | 179.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 124 | 0 | 0.13 | 0.39 | 0.2 | 40.5 | 0.44 | 0.64 |
| Hex | CC | B2 | 7C | 0 | D | 27 | 14 | 28 | 2C | 40 |
| Octal | 314 | 262 | 174 | 0 | 15 | 47 | 24 | 50 | 54 | 100 |
| Binary | 11001100 | 10110010 | 1111100 | 0 | 1101 | 100111 | 10100 | 101000 | 101100 | 1000000 |
Color Harmonies of #CCB27C
Complementary color
Monochromatic Colors of #CCB27C
Black with #CCB27C
Text Example
Text Example
White with #CCB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB27C; }
p { color: rgb(204,178,124); }
H1.HeaderClassName
{
color: #CCB27C;
}
.AnyTagClassName
{
color: #CCB27C;
}
</style>
background-color css
<style>
a { background-color: #CCB27C; }
a { background-color: rgb(204,178,124); }
div.DivClassName
{
background-color: #CCB27C;
}
.BgClassName
{
background-color: #CCB27C;
}
</style>
border-color css
<style>
span { border-color: #CCB27C; }
span { border-color: rgb(204,178,124); }
td.TdClassName
{
border-color: #CCB27C;
}
.TagClassName
{
border-color: #CCB27C;
}
</style>