Shades of Putty #CCB66E
Tints of Putty #CCB66E
RGB
CMYK
RGB Variations
Color information
#CCB66E (or 0xCCB66E) is known color: Putty. HEX triplet: CC, B6 and 6E. RGB value is (204,182,110). Sum of RGB (Red+Green+Blue) = 204+182+110=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66E is #334991. Grayscale: #B4B4B4. Windows color (decimal): -3361170 or 7255756. OLE color: 7255756.
HSL color Cylindrical-coordinate representation of color #CCB66E: hue angle of 45.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCB66E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 110 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.2 |
| HSL | 45.96º | 0.48% | 0.62% | - |
| HSV(B) | 45.96º | 0.46% | 0.8% | - |
| XYZ | 44.44 | 47.42 | 21.56 | - |
| YUV | 180.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 110 | 0 | 0.11 | 0.46 | 0.2 | 45.96 | 0.48 | 0.62 |
| Hex | CC | B6 | 6E | 0 | B | 2E | 14 | 2E | 30 | 3E |
| Octal | 314 | 266 | 156 | 0 | 13 | 56 | 24 | 56 | 60 | 76 |
| Binary | 11001100 | 10110110 | 1101110 | 0 | 1011 | 101110 | 10100 | 101110 | 110000 | 111110 |
Color Harmonies of #CCB66E
Complementary color
Monochromatic Colors of #CCB66E
Black with #CCB66E
Text Example
Text Example
White with #CCB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB66E; }
p { color: rgb(204,182,110); }
H1.HeaderClassName
{
color: #CCB66E;
}
.AnyTagClassName
{
color: #CCB66E;
}
</style>
background-color css
<style>
a { background-color: #CCB66E; }
a { background-color: rgb(204,182,110); }
div.DivClassName
{
background-color: #CCB66E;
}
.BgClassName
{
background-color: #CCB66E;
}
</style>
border-color css
<style>
span { border-color: #CCB66E; }
span { border-color: rgb(204,182,110); }
td.TdClassName
{
border-color: #CCB66E;
}
.TagClassName
{
border-color: #CCB66E;
}
</style>