Shades of Putty #CCB46A
Tints of Putty #CCB46A
RGB
CMYK
RGB Variations
Color information
#CCB46A (or 0xCCB46A) is known color: Putty. HEX triplet: CC, B4 and 6A. RGB value is (204,180,106). Sum of RGB (Red+Green+Blue) = 204+180+106=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46A is #334B95. Grayscale: #B3B3B3. Windows color (decimal): -3361686 or 6993100. OLE color: 6993100.
HSL color Cylindrical-coordinate representation of color #CCB46A: hue angle of 45.31º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB46A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 106 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.2 |
| HSL | 45.31º | 0.49% | 0.61% | - |
| HSV(B) | 45.31º | 0.48% | 0.8% | - |
| XYZ | 43.82 | 46.52 | 20.31 | - |
| YUV | 178.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 106 | 0 | 0.12 | 0.48 | 0.2 | 45.31 | 0.49 | 0.61 |
| Hex | CC | B4 | 6A | 0 | C | 30 | 14 | 2D | 31 | 3D |
| Octal | 314 | 264 | 152 | 0 | 14 | 60 | 24 | 55 | 61 | 75 |
| Binary | 11001100 | 10110100 | 1101010 | 0 | 1100 | 110000 | 10100 | 101101 | 110001 | 111101 |
Color Harmonies of #CCB46A
Complementary color
Monochromatic Colors of #CCB46A
Black with #CCB46A
Text Example
Text Example
White with #CCB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB46A; }
p { color: rgb(204,180,106); }
H1.HeaderClassName
{
color: #CCB46A;
}
.AnyTagClassName
{
color: #CCB46A;
}
</style>
background-color css
<style>
a { background-color: #CCB46A; }
a { background-color: rgb(204,180,106); }
div.DivClassName
{
background-color: #CCB46A;
}
.BgClassName
{
background-color: #CCB46A;
}
</style>
border-color css
<style>
span { border-color: #CCB46A; }
span { border-color: rgb(204,180,106); }
td.TdClassName
{
border-color: #CCB46A;
}
.TagClassName
{
border-color: #CCB46A;
}
</style>