Shades of Tacha #CEC765
Tints of Tacha #CEC765
RGB
CMYK
RGB Variations
Color information
#CEC765 (or 0xCEC765) is known color: Tacha. HEX triplet: CE, C7 and 65. RGB value is (206,199,101). Sum of RGB (Red+Green+Blue) = 206+199+101=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC765 is #31389A. Grayscale: #BEBEBE. Windows color (decimal): -3225755 or 6670286. OLE color: 6670286.
HSL color Cylindrical-coordinate representation of color #CEC765: hue angle of 56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEC765 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 101 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.19 |
| HSL | 56º | 0.52% | 0.6% | - |
| HSV(B) | 56º | 0.51% | 0.81% | - |
| XYZ | 48.23 | 54.91 | 20.37 | - |
| YUV | 189.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 101 | 0 | 0.03 | 0.51 | 0.19 | 56 | 0.52 | 0.6 |
| Hex | CE | C7 | 65 | 0 | 3 | 33 | 13 | 38 | 34 | 3C |
| Octal | 316 | 307 | 145 | 0 | 3 | 63 | 23 | 70 | 64 | 74 |
| Binary | 11001110 | 11000111 | 1100101 | 0 | 11 | 110011 | 10011 | 111000 | 110100 | 111100 |
Color Harmonies of #CEC765
Complementary color
Monochromatic Colors of #CEC765
Black with #CEC765
Text Example
Text Example
White with #CEC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC765; }
p { color: rgb(206,199,101); }
H1.HeaderClassName
{
color: #CEC765;
}
.AnyTagClassName
{
color: #CEC765;
}
</style>
background-color css
<style>
a { background-color: #CEC765; }
a { background-color: rgb(206,199,101); }
div.DivClassName
{
background-color: #CEC765;
}
.BgClassName
{
background-color: #CEC765;
}
</style>
border-color css
<style>
span { border-color: #CEC765; }
span { border-color: rgb(206,199,101); }
td.TdClassName
{
border-color: #CEC765;
}
.TagClassName
{
border-color: #CEC765;
}
</style>