Shades of Tacha #CCBE54
Tints of Tacha #CCBE54
RGB
CMYK
RGB Variations
Color information
#CCBE54 (or 0xCCBE54) is known color: Tacha. HEX triplet: CC, BE and 54. RGB value is (204,190,84). Sum of RGB (Red+Green+Blue) = 204+190+84=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE54 is #3341AB. Grayscale: #B6B6B6. Windows color (decimal): -3359148 or 5553868. OLE color: 5553868.
HSL color Cylindrical-coordinate representation of color #CCBE54: hue angle of 53º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCBE54 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 84 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.2 |
| HSL | 53º | 0.54% | 0.56% | - |
| HSV(B) | 53º | 0.59% | 0.8% | - |
| XYZ | 44.92 | 50.3 | 15.73 | - |
| YUV | 182.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 84 | 0 | 0.07 | 0.59 | 0.2 | 53 | 0.54 | 0.56 |
| Hex | CC | BE | 54 | 0 | 7 | 3B | 14 | 35 | 36 | 38 |
| Octal | 314 | 276 | 124 | 0 | 7 | 73 | 24 | 65 | 66 | 70 |
| Binary | 11001100 | 10111110 | 1010100 | 0 | 111 | 111011 | 10100 | 110101 | 110110 | 111000 |
Color Harmonies of #CCBE54
Complementary color
Monochromatic Colors of #CCBE54
Black with #CCBE54
Text Example
Text Example
White with #CCBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE54; }
p { color: rgb(204,190,84); }
H1.HeaderClassName
{
color: #CCBE54;
}
.AnyTagClassName
{
color: #CCBE54;
}
</style>
background-color css
<style>
a { background-color: #CCBE54; }
a { background-color: rgb(204,190,84); }
div.DivClassName
{
background-color: #CCBE54;
}
.BgClassName
{
background-color: #CCBE54;
}
</style>
border-color css
<style>
span { border-color: #CCBE54; }
span { border-color: rgb(204,190,84); }
td.TdClassName
{
border-color: #CCBE54;
}
.TagClassName
{
border-color: #CCBE54;
}
</style>