Shades of Tacha #CCBE63
Tints of Tacha #CCBE63
RGB
CMYK
RGB Variations
Color information
#CCBE63 (or 0xCCBE63) is known color: Tacha. HEX triplet: CC, BE and 63. RGB value is (204,190,99). Sum of RGB (Red+Green+Blue) = 204+190+99=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE63 is #33419C. Grayscale: #B8B8B8. Windows color (decimal): -3359133 or 6536908. OLE color: 6536908.
HSL color Cylindrical-coordinate representation of color #CCBE63: hue angle of 52º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCBE63 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 99 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.2 |
| HSL | 52º | 0.51% | 0.59% | - |
| HSV(B) | 52º | 0.51% | 0.8% | - |
| XYZ | 45.57 | 50.57 | 19.16 | - |
| YUV | 183.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 99 | 0 | 0.07 | 0.51 | 0.2 | 52 | 0.51 | 0.59 |
| Hex | CC | BE | 63 | 0 | 7 | 33 | 14 | 34 | 33 | 3B |
| Octal | 314 | 276 | 143 | 0 | 7 | 63 | 24 | 64 | 63 | 73 |
| Binary | 11001100 | 10111110 | 1100011 | 0 | 111 | 110011 | 10100 | 110100 | 110011 | 111011 |
Color Harmonies of #CCBE63
Complementary color
Monochromatic Colors of #CCBE63
Black with #CCBE63
Text Example
Text Example
White with #CCBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE63; }
p { color: rgb(204,190,99); }
H1.HeaderClassName
{
color: #CCBE63;
}
.AnyTagClassName
{
color: #CCBE63;
}
</style>
background-color css
<style>
a { background-color: #CCBE63; }
a { background-color: rgb(204,190,99); }
div.DivClassName
{
background-color: #CCBE63;
}
.BgClassName
{
background-color: #CCBE63;
}
</style>
border-color css
<style>
span { border-color: #CCBE63; }
span { border-color: rgb(204,190,99); }
td.TdClassName
{
border-color: #CCBE63;
}
.TagClassName
{
border-color: #CCBE63;
}
</style>