Shades of Putty #CCB66D
Tints of Putty #CCB66D
RGB
CMYK
RGB Variations
Color information
#CCB66D (or 0xCCB66D) is known color: Putty. HEX triplet: CC, B6 and 6D. RGB value is (204,182,109). Sum of RGB (Red+Green+Blue) = 204+182+109=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66D is #334992. Grayscale: #B4B4B4. Windows color (decimal): -3361171 or 7190220. OLE color: 7190220.
HSL color Cylindrical-coordinate representation of color #CCB66D: hue angle of 46.11º 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 #CCB66D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 109 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.2 |
| HSL | 46.11º | 0.48% | 0.61% | - |
| HSV(B) | 46.11º | 0.47% | 0.8% | - |
| XYZ | 44.39 | 47.4 | 21.28 | - |
| YUV | 180.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 109 | 0 | 0.11 | 0.47 | 0.2 | 46.11 | 0.48 | 0.61 |
| Hex | CC | B6 | 6D | 0 | B | 2F | 14 | 2E | 30 | 3D |
| Octal | 314 | 266 | 155 | 0 | 13 | 57 | 24 | 56 | 60 | 75 |
| Binary | 11001100 | 10110110 | 1101101 | 0 | 1011 | 101111 | 10100 | 101110 | 110000 | 111101 |
Color Harmonies of #CCB66D
Complementary color
Monochromatic Colors of #CCB66D
Black with #CCB66D
Text Example
Text Example
White with #CCB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB66D; }
p { color: rgb(204,182,109); }
H1.HeaderClassName
{
color: #CCB66D;
}
.AnyTagClassName
{
color: #CCB66D;
}
</style>
background-color css
<style>
a { background-color: #CCB66D; }
a { background-color: rgb(204,182,109); }
div.DivClassName
{
background-color: #CCB66D;
}
.BgClassName
{
background-color: #CCB66D;
}
</style>
border-color css
<style>
span { border-color: #CCB66D; }
span { border-color: rgb(204,182,109); }
td.TdClassName
{
border-color: #CCB66D;
}
.TagClassName
{
border-color: #CCB66D;
}
</style>