Shades of Tacha #CABB64
Tints of Tacha #CABB64
RGB
CMYK
RGB Variations
Color information
#CABB64 (or 0xCABB64) is known color: Tacha. HEX triplet: CA, BB and 64. RGB value is (202,187,100). Sum of RGB (Red+Green+Blue) = 202+187+100=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB64 is #35449B. Grayscale: #B5B5B5. Windows color (decimal): -3490972 or 6601674. OLE color: 6601674.
HSL color Cylindrical-coordinate representation of color #CABB64: hue angle of 51.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CABB64 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 100 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.21 |
| HSL | 51.18º | 0.49% | 0.59% | - |
| HSV(B) | 51.18º | 0.5% | 0.79% | - |
| XYZ | 44.43 | 49.02 | 19.18 | - |
| YUV | 181.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 100 | 0 | 0.07 | 0.50 | 0.21 | 51.18 | 0.49 | 0.59 |
| Hex | CA | BB | 64 | 0 | 7 | 32 | 15 | 33 | 31 | 3B |
| Octal | 312 | 273 | 144 | 0 | 7 | 62 | 25 | 63 | 61 | 73 |
| Binary | 11001010 | 10111011 | 1100100 | 0 | 111 | 110010 | 10101 | 110011 | 110001 | 111011 |
Color Harmonies of #CABB64
Complementary color
Monochromatic Colors of #CABB64
Black with #CABB64
Text Example
Text Example
White with #CABB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB64; }
p { color: rgb(202,187,100); }
H1.HeaderClassName
{
color: #CABB64;
}
.AnyTagClassName
{
color: #CABB64;
}
</style>
background-color css
<style>
a { background-color: #CABB64; }
a { background-color: rgb(202,187,100); }
div.DivClassName
{
background-color: #CABB64;
}
.BgClassName
{
background-color: #CABB64;
}
</style>
border-color css
<style>
span { border-color: #CABB64; }
span { border-color: rgb(202,187,100); }
td.TdClassName
{
border-color: #CABB64;
}
.TagClassName
{
border-color: #CABB64;
}
</style>