Shades of Putty #CCB66F
Tints of Putty #CCB66F
RGB
CMYK
RGB Variations
Color information
#CCB66F (or 0xCCB66F) is known color: Putty. HEX triplet: CC, B6 and 6F. RGB value is (204,182,111). Sum of RGB (Red+Green+Blue) = 204+182+111=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66F is #334990. Grayscale: #B4B4B4. Windows color (decimal): -3361169 or 7321292. OLE color: 7321292.
HSL color Cylindrical-coordinate representation of color #CCB66F: hue angle of 45.81º 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 #CCB66F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 111 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.2 |
| HSL | 45.81º | 0.48% | 0.62% | - |
| HSV(B) | 45.81º | 0.46% | 0.8% | - |
| XYZ | 44.5 | 47.44 | 21.85 | - |
| YUV | 180.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 111 | 0 | 0.11 | 0.46 | 0.2 | 45.81 | 0.48 | 0.62 |
| Hex | CC | B6 | 6F | 0 | B | 2E | 14 | 2E | 30 | 3E |
| Octal | 314 | 266 | 157 | 0 | 13 | 56 | 24 | 56 | 60 | 76 |
| Binary | 11001100 | 10110110 | 1101111 | 0 | 1011 | 101110 | 10100 | 101110 | 110000 | 111110 |
Color Harmonies of #CCB66F
Complementary color
Monochromatic Colors of #CCB66F
Black with #CCB66F
Text Example
Text Example
White with #CCB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB66F; }
p { color: rgb(204,182,111); }
H1.HeaderClassName
{
color: #CCB66F;
}
.AnyTagClassName
{
color: #CCB66F;
}
</style>
background-color css
<style>
a { background-color: #CCB66F; }
a { background-color: rgb(204,182,111); }
div.DivClassName
{
background-color: #CCB66F;
}
.BgClassName
{
background-color: #CCB66F;
}
</style>
border-color css
<style>
span { border-color: #CCB66F; }
span { border-color: rgb(204,182,111); }
td.TdClassName
{
border-color: #CCB66F;
}
.TagClassName
{
border-color: #CCB66F;
}
</style>