Shades of Tacha #CABB61
Tints of Tacha #CABB61
RGB
CMYK
RGB Variations
Color information
#CABB61 (or 0xCABB61) is known color: Tacha. HEX triplet: CA, BB and 61. RGB value is (202,187,97). Sum of RGB (Red+Green+Blue) = 202+187+97=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB61 is #35449E. Grayscale: #B5B5B5. Windows color (decimal): -3490975 or 6405066. OLE color: 6405066.
HSL color Cylindrical-coordinate representation of color #CABB61: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CABB61 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 97 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.21 |
| HSL | 51.43º | 0.5% | 0.59% | - |
| HSV(B) | 51.43º | 0.52% | 0.79% | - |
| XYZ | 44.29 | 48.96 | 18.43 | - |
| YUV | 181.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 97 | 0 | 0.07 | 0.52 | 0.21 | 51.43 | 0.5 | 0.59 |
| Hex | CA | BB | 61 | 0 | 7 | 34 | 15 | 33 | 32 | 3B |
| Octal | 312 | 273 | 141 | 0 | 7 | 64 | 25 | 63 | 62 | 73 |
| Binary | 11001010 | 10111011 | 1100001 | 0 | 111 | 110100 | 10101 | 110011 | 110010 | 111011 |
Color Harmonies of #CABB61
Complementary color
Monochromatic Colors of #CABB61
Black with #CABB61
Text Example
Text Example
White with #CABB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB61; }
p { color: rgb(202,187,97); }
H1.HeaderClassName
{
color: #CABB61;
}
.AnyTagClassName
{
color: #CABB61;
}
</style>
background-color css
<style>
a { background-color: #CABB61; }
a { background-color: rgb(202,187,97); }
div.DivClassName
{
background-color: #CABB61;
}
.BgClassName
{
background-color: #CABB61;
}
</style>
border-color css
<style>
span { border-color: #CABB61; }
span { border-color: rgb(202,187,97); }
td.TdClassName
{
border-color: #CABB61;
}
.TagClassName
{
border-color: #CABB61;
}
</style>