Shades of Tacha #CABA67
Tints of Tacha #CABA67
RGB
CMYK
RGB Variations
Color information
#CABA67 (or 0xCABA67) is known color: Tacha. HEX triplet: CA, BA and 67. RGB value is (202,186,103). Sum of RGB (Red+Green+Blue) = 202+186+103=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA67 is #354598. Grayscale: #B5B5B5. Windows color (decimal): -3491225 or 6798026. OLE color: 6798026.
HSL color Cylindrical-coordinate representation of color #CABA67: hue angle of 50.3º 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 #CABA67 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 103 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.21 |
| HSL | 50.3º | 0.48% | 0.6% | - |
| HSV(B) | 50.3º | 0.49% | 0.79% | - |
| XYZ | 44.36 | 48.65 | 19.88 | - |
| YUV | 181.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 103 | 0 | 0.08 | 0.49 | 0.21 | 50.3 | 0.48 | 0.6 |
| Hex | CA | BA | 67 | 0 | 8 | 31 | 15 | 32 | 30 | 3C |
| Octal | 312 | 272 | 147 | 0 | 10 | 61 | 25 | 62 | 60 | 74 |
| Binary | 11001010 | 10111010 | 1100111 | 0 | 1000 | 110001 | 10101 | 110010 | 110000 | 111100 |
Color Harmonies of #CABA67
Complementary color
Monochromatic Colors of #CABA67
Black with #CABA67
Text Example
Text Example
White with #CABA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA67; }
p { color: rgb(202,186,103); }
H1.HeaderClassName
{
color: #CABA67;
}
.AnyTagClassName
{
color: #CABA67;
}
</style>
background-color css
<style>
a { background-color: #CABA67; }
a { background-color: rgb(202,186,103); }
div.DivClassName
{
background-color: #CABA67;
}
.BgClassName
{
background-color: #CABA67;
}
</style>
border-color css
<style>
span { border-color: #CABA67; }
span { border-color: rgb(202,186,103); }
td.TdClassName
{
border-color: #CABA67;
}
.TagClassName
{
border-color: #CABA67;
}
</style>