Shades of Putty #CCB06D
Tints of Putty #CCB06D
RGB
CMYK
RGB Variations
Color information
#CCB06D (or 0xCCB06D) is known color: Putty. HEX triplet: CC, B0 and 6D. RGB value is (204,176,109). Sum of RGB (Red+Green+Blue) = 204+176+109=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB06D is #334F92. Grayscale: #B1B1B1. Windows color (decimal): -3362707 or 7188684. OLE color: 7188684.
HSL color Cylindrical-coordinate representation of color #CCB06D: hue angle of 42.32º 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 #CCB06D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 109 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.2 |
| HSL | 42.32º | 0.48% | 0.61% | - |
| HSV(B) | 42.32º | 0.47% | 0.8% | - |
| XYZ | 43.19 | 44.99 | 20.88 | - |
| YUV | 176.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 109 | 0 | 0.14 | 0.47 | 0.2 | 42.32 | 0.48 | 0.61 |
| Hex | CC | B0 | 6D | 0 | E | 2F | 14 | 2A | 30 | 3D |
| Octal | 314 | 260 | 155 | 0 | 16 | 57 | 24 | 52 | 60 | 75 |
| Binary | 11001100 | 10110000 | 1101101 | 0 | 1110 | 101111 | 10100 | 101010 | 110000 | 111101 |
Color Harmonies of #CCB06D
Complementary color
Monochromatic Colors of #CCB06D
Black with #CCB06D
Text Example
Text Example
White with #CCB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB06D; }
p { color: rgb(204,176,109); }
H1.HeaderClassName
{
color: #CCB06D;
}
.AnyTagClassName
{
color: #CCB06D;
}
</style>
background-color css
<style>
a { background-color: #CCB06D; }
a { background-color: rgb(204,176,109); }
div.DivClassName
{
background-color: #CCB06D;
}
.BgClassName
{
background-color: #CCB06D;
}
</style>
border-color css
<style>
span { border-color: #CCB06D; }
span { border-color: rgb(204,176,109); }
td.TdClassName
{
border-color: #CCB06D;
}
.TagClassName
{
border-color: #CCB06D;
}
</style>