Shades of Putty #CCB066
Tints of Putty #CCB066
RGB
CMYK
RGB Variations
Color information
#CCB066 (or 0xCCB066) is known color: Putty. HEX triplet: CC, B0 and 66. RGB value is (204,176,102). Sum of RGB (Red+Green+Blue) = 204+176+102=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB066 is #334F99. Grayscale: #B0B0B0. Windows color (decimal): -3362714 or 6729932. OLE color: 6729932.
HSL color Cylindrical-coordinate representation of color #CCB066: hue angle of 43.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB066 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 102 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.2 |
| HSL | 43.53º | 0.5% | 0.6% | - |
| HSV(B) | 43.53º | 0.5% | 0.8% | - |
| XYZ | 42.83 | 44.85 | 18.97 | - |
| YUV | 175.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 102 | 0 | 0.14 | 0.5 | 0.2 | 43.53 | 0.5 | 0.6 |
| Hex | CC | B0 | 66 | 0 | E | 32 | 14 | 2C | 32 | 3C |
| Octal | 314 | 260 | 146 | 0 | 16 | 62 | 24 | 54 | 62 | 74 |
| Binary | 11001100 | 10110000 | 1100110 | 0 | 1110 | 110010 | 10100 | 101100 | 110010 | 111100 |
Color Harmonies of #CCB066
Complementary color
Monochromatic Colors of #CCB066
Black with #CCB066
Text Example
Text Example
White with #CCB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB066; }
p { color: rgb(204,176,102); }
H1.HeaderClassName
{
color: #CCB066;
}
.AnyTagClassName
{
color: #CCB066;
}
</style>
background-color css
<style>
a { background-color: #CCB066; }
a { background-color: rgb(204,176,102); }
div.DivClassName
{
background-color: #CCB066;
}
.BgClassName
{
background-color: #CCB066;
}
</style>
border-color css
<style>
span { border-color: #CCB066; }
span { border-color: rgb(204,176,102); }
td.TdClassName
{
border-color: #CCB066;
}
.TagClassName
{
border-color: #CCB066;
}
</style>