Shades of Tacha #CBBD68
Tints of Tacha #CBBD68
RGB
CMYK
RGB Variations
Color information
#CBBD68 (or 0xCBBD68) is known color: Tacha. HEX triplet: CB, BD and 68. RGB value is (203,189,104). Sum of RGB (Red+Green+Blue) = 203+189+104=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD68 is #344297. Grayscale: #B7B7B7. Windows color (decimal): -3424920 or 6864331. OLE color: 6864331.
HSL color Cylindrical-coordinate representation of color #CBBD68: hue angle of 51.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBBD68 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 104 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.20 |
| HSL | 51.52º | 0.49% | 0.6% | - |
| HSV(B) | 51.52º | 0.49% | 0.8% | - |
| XYZ | 45.32 | 50.09 | 20.38 | - |
| YUV | 183.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 104 | 0 | 0.07 | 0.49 | 0.20 | 51.52 | 0.49 | 0.6 |
| Hex | CB | BD | 68 | 0 | 7 | 31 | 14 | 34 | 31 | 3C |
| Octal | 313 | 275 | 150 | 0 | 7 | 61 | 24 | 64 | 61 | 74 |
| Binary | 11001011 | 10111101 | 1101000 | 0 | 111 | 110001 | 10100 | 110100 | 110001 | 111100 |
Color Harmonies of #CBBD68
Complementary color
Monochromatic Colors of #CBBD68
Black with #CBBD68
Text Example
Text Example
White with #CBBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD68; }
p { color: rgb(203,189,104); }
H1.HeaderClassName
{
color: #CBBD68;
}
.AnyTagClassName
{
color: #CBBD68;
}
</style>
background-color css
<style>
a { background-color: #CBBD68; }
a { background-color: rgb(203,189,104); }
div.DivClassName
{
background-color: #CBBD68;
}
.BgClassName
{
background-color: #CBBD68;
}
</style>
border-color css
<style>
span { border-color: #CBBD68; }
span { border-color: rgb(203,189,104); }
td.TdClassName
{
border-color: #CBBD68;
}
.TagClassName
{
border-color: #CBBD68;
}
</style>