Shades of Tacha #CABF68
Tints of Tacha #CABF68
RGB
CMYK
RGB Variations
Color information
#CABF68 (or 0xCABF68) is known color: Tacha. HEX triplet: CA, BF and 68. RGB value is (202,191,104). Sum of RGB (Red+Green+Blue) = 202+191+104=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF68 is #354097. Grayscale: #B8B8B8. Windows color (decimal): -3489944 or 6864842. OLE color: 6864842.
HSL color Cylindrical-coordinate representation of color #CABF68: hue angle of 53.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CABF68 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 104 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.21 |
| HSL | 53.27º | 0.48% | 0.6% | - |
| HSV(B) | 53.27º | 0.49% | 0.79% | - |
| XYZ | 45.49 | 50.82 | 20.51 | - |
| YUV | 184.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 104 | 0 | 0.05 | 0.49 | 0.21 | 53.27 | 0.48 | 0.6 |
| Hex | CA | BF | 68 | 0 | 5 | 31 | 15 | 35 | 30 | 3C |
| Octal | 312 | 277 | 150 | 0 | 5 | 61 | 25 | 65 | 60 | 74 |
| Binary | 11001010 | 10111111 | 1101000 | 0 | 101 | 110001 | 10101 | 110101 | 110000 | 111100 |
Color Harmonies of #CABF68
Complementary color
Monochromatic Colors of #CABF68
Black with #CABF68
Text Example
Text Example
White with #CABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABF68; }
p { color: rgb(202,191,104); }
H1.HeaderClassName
{
color: #CABF68;
}
.AnyTagClassName
{
color: #CABF68;
}
</style>
background-color css
<style>
a { background-color: #CABF68; }
a { background-color: rgb(202,191,104); }
div.DivClassName
{
background-color: #CABF68;
}
.BgClassName
{
background-color: #CABF68;
}
</style>
border-color css
<style>
span { border-color: #CABF68; }
span { border-color: rgb(202,191,104); }
td.TdClassName
{
border-color: #CABF68;
}
.TagClassName
{
border-color: #CABF68;
}
</style>