Shades of Tacha #CCBE5D
Tints of Tacha #CCBE5D
RGB
CMYK
RGB Variations
Color information
#CCBE5D (or 0xCCBE5D) is known color: Tacha. HEX triplet: CC, BE and 5D. RGB value is (204,190,93). Sum of RGB (Red+Green+Blue) = 204+190+93=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE5D is #3341A2. Grayscale: #B7B7B7. Windows color (decimal): -3359139 or 6143692. OLE color: 6143692.
HSL color Cylindrical-coordinate representation of color #CCBE5D: hue angle of 52.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCBE5D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 93 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.2 |
| HSL | 52.43º | 0.52% | 0.58% | - |
| HSV(B) | 52.43º | 0.54% | 0.8% | - |
| XYZ | 45.29 | 50.45 | 17.71 | - |
| YUV | 183.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 93 | 0 | 0.07 | 0.54 | 0.2 | 52.43 | 0.52 | 0.58 |
| Hex | CC | BE | 5D | 0 | 7 | 36 | 14 | 34 | 34 | 3A |
| Octal | 314 | 276 | 135 | 0 | 7 | 66 | 24 | 64 | 64 | 72 |
| Binary | 11001100 | 10111110 | 1011101 | 0 | 111 | 110110 | 10100 | 110100 | 110100 | 111010 |
Color Harmonies of #CCBE5D
Complementary color
Monochromatic Colors of #CCBE5D
Black with #CCBE5D
Text Example
Text Example
White with #CCBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE5D; }
p { color: rgb(204,190,93); }
H1.HeaderClassName
{
color: #CCBE5D;
}
.AnyTagClassName
{
color: #CCBE5D;
}
</style>
background-color css
<style>
a { background-color: #CCBE5D; }
a { background-color: rgb(204,190,93); }
div.DivClassName
{
background-color: #CCBE5D;
}
.BgClassName
{
background-color: #CCBE5D;
}
</style>
border-color css
<style>
span { border-color: #CCBE5D; }
span { border-color: rgb(204,190,93); }
td.TdClassName
{
border-color: #CCBE5D;
}
.TagClassName
{
border-color: #CCBE5D;
}
</style>