Shades of Tacha #CBBF63
Tints of Tacha #CBBF63
RGB
CMYK
RGB Variations
Color information
#CBBF63 (or 0xCBBF63) is known color: Tacha. HEX triplet: CB, BF and 63. RGB value is (203,191,99). Sum of RGB (Red+Green+Blue) = 203+191+99=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF63 is #34409C. Grayscale: #B8B8B8. Windows color (decimal): -3424413 or 6537163. OLE color: 6537163.
HSL color Cylindrical-coordinate representation of color #CBBF63: hue angle of 53.08º degrees, saturation: 0.5, 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 #CBBF63 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 99 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.20 |
| HSL | 53.08º | 0.5% | 0.59% | - |
| HSV(B) | 53.08º | 0.51% | 0.8% | - |
| XYZ | 45.51 | 50.86 | 19.22 | - |
| YUV | 184.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 99 | 0 | 0.06 | 0.51 | 0.20 | 53.08 | 0.5 | 0.59 |
| Hex | CB | BF | 63 | 0 | 6 | 33 | 14 | 35 | 32 | 3B |
| Octal | 313 | 277 | 143 | 0 | 6 | 63 | 24 | 65 | 62 | 73 |
| Binary | 11001011 | 10111111 | 1100011 | 0 | 110 | 110011 | 10100 | 110101 | 110010 | 111011 |
Color Harmonies of #CBBF63
Complementary color
Monochromatic Colors of #CBBF63
Black with #CBBF63
Text Example
Text Example
White with #CBBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF63; }
p { color: rgb(203,191,99); }
H1.HeaderClassName
{
color: #CBBF63;
}
.AnyTagClassName
{
color: #CBBF63;
}
</style>
background-color css
<style>
a { background-color: #CBBF63; }
a { background-color: rgb(203,191,99); }
div.DivClassName
{
background-color: #CBBF63;
}
.BgClassName
{
background-color: #CBBF63;
}
</style>
border-color css
<style>
span { border-color: #CBBF63; }
span { border-color: rgb(203,191,99); }
td.TdClassName
{
border-color: #CBBF63;
}
.TagClassName
{
border-color: #CBBF63;
}
</style>