Shades of Tacha #CCBE65
Tints of Tacha #CCBE65
RGB
CMYK
RGB Variations
Color information
#CCBE65 (or 0xCCBE65) is known color: Tacha. HEX triplet: CC, BE and 65. RGB value is (204,190,101). Sum of RGB (Red+Green+Blue) = 204+190+101=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE65 is #33419A. Grayscale: #B8B8B8. Windows color (decimal): -3359131 or 6667980. OLE color: 6667980.
HSL color Cylindrical-coordinate representation of color #CCBE65: hue angle of 51.84º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCBE65 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 101 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.2 |
| HSL | 51.84º | 0.5% | 0.6% | - |
| HSV(B) | 51.84º | 0.5% | 0.8% | - |
| XYZ | 45.66 | 50.6 | 19.67 | - |
| YUV | 184.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 101 | 0 | 0.07 | 0.50 | 0.2 | 51.84 | 0.5 | 0.6 |
| Hex | CC | BE | 65 | 0 | 7 | 32 | 14 | 34 | 32 | 3C |
| Octal | 314 | 276 | 145 | 0 | 7 | 62 | 24 | 64 | 62 | 74 |
| Binary | 11001100 | 10111110 | 1100101 | 0 | 111 | 110010 | 10100 | 110100 | 110010 | 111100 |
Color Harmonies of #CCBE65
Complementary color
Monochromatic Colors of #CCBE65
Black with #CCBE65
Text Example
Text Example
White with #CCBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE65; }
p { color: rgb(204,190,101); }
H1.HeaderClassName
{
color: #CCBE65;
}
.AnyTagClassName
{
color: #CCBE65;
}
</style>
background-color css
<style>
a { background-color: #CCBE65; }
a { background-color: rgb(204,190,101); }
div.DivClassName
{
background-color: #CCBE65;
}
.BgClassName
{
background-color: #CCBE65;
}
</style>
border-color css
<style>
span { border-color: #CCBE65; }
span { border-color: rgb(204,190,101); }
td.TdClassName
{
border-color: #CCBE65;
}
.TagClassName
{
border-color: #CCBE65;
}
</style>