Shades of Tacha #CCB457
Tints of Tacha #CCB457
RGB
CMYK
RGB Variations
Color information
#CCB457 (or 0xCCB457) is known color: Tacha. HEX triplet: CC, B4 and 57. RGB value is (204,180,87). Sum of RGB (Red+Green+Blue) = 204+180+87=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB457 is #334BA8. Grayscale: #B0B0B0. Windows color (decimal): -3361705 or 5747916. OLE color: 5747916.
HSL color Cylindrical-coordinate representation of color #CCB457: hue angle of 47.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB457 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 87 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.2 |
| HSL | 47.69º | 0.53% | 0.57% | - |
| HSV(B) | 47.69º | 0.57% | 0.8% | - |
| XYZ | 42.94 | 46.17 | 15.66 | - |
| YUV | 176.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 87 | 0 | 0.12 | 0.57 | 0.2 | 47.69 | 0.53 | 0.57 |
| Hex | CC | B4 | 57 | 0 | C | 39 | 14 | 30 | 35 | 39 |
| Octal | 314 | 264 | 127 | 0 | 14 | 71 | 24 | 60 | 65 | 71 |
| Binary | 11001100 | 10110100 | 1010111 | 0 | 1100 | 111001 | 10100 | 110000 | 110101 | 111001 |
Color Harmonies of #CCB457
Complementary color
Monochromatic Colors of #CCB457
Black with #CCB457
Text Example
Text Example
White with #CCB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB457; }
p { color: rgb(204,180,87); }
H1.HeaderClassName
{
color: #CCB457;
}
.AnyTagClassName
{
color: #CCB457;
}
</style>
background-color css
<style>
a { background-color: #CCB457; }
a { background-color: rgb(204,180,87); }
div.DivClassName
{
background-color: #CCB457;
}
.BgClassName
{
background-color: #CCB457;
}
</style>
border-color css
<style>
span { border-color: #CCB457; }
span { border-color: rgb(204,180,87); }
td.TdClassName
{
border-color: #CCB457;
}
.TagClassName
{
border-color: #CCB457;
}
</style>