Shades of Tacha #CAB465
Tints of Tacha #CAB465
RGB
CMYK
RGB Variations
Color information
#CAB465 (or 0xCAB465) is known color: Tacha. HEX triplet: CA, B4 and 65. RGB value is (202,180,101). Sum of RGB (Red+Green+Blue) = 202+180+101=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB465 is #354B9A. Grayscale: #B1B1B1. Windows color (decimal): -3492763 or 6665418. OLE color: 6665418.
HSL color Cylindrical-coordinate representation of color #CAB465: hue angle of 46.93º 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 #CAB465 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 101 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.21 |
| HSL | 46.93º | 0.49% | 0.59% | - |
| HSV(B) | 46.93º | 0.5% | 0.79% | - |
| XYZ | 43.03 | 46.14 | 18.95 | - |
| YUV | 177.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 101 | 0 | 0.11 | 0.50 | 0.21 | 46.93 | 0.49 | 0.59 |
| Hex | CA | B4 | 65 | 0 | B | 32 | 15 | 2F | 31 | 3B |
| Octal | 312 | 264 | 145 | 0 | 13 | 62 | 25 | 57 | 61 | 73 |
| Binary | 11001010 | 10110100 | 1100101 | 0 | 1011 | 110010 | 10101 | 101111 | 110001 | 111011 |
Color Harmonies of #CAB465
Complementary color
Monochromatic Colors of #CAB465
Black with #CAB465
Text Example
Text Example
White with #CAB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB465; }
p { color: rgb(202,180,101); }
H1.HeaderClassName
{
color: #CAB465;
}
.AnyTagClassName
{
color: #CAB465;
}
</style>
background-color css
<style>
a { background-color: #CAB465; }
a { background-color: rgb(202,180,101); }
div.DivClassName
{
background-color: #CAB465;
}
.BgClassName
{
background-color: #CAB465;
}
</style>
border-color css
<style>
span { border-color: #CAB465; }
span { border-color: rgb(202,180,101); }
td.TdClassName
{
border-color: #CAB465;
}
.TagClassName
{
border-color: #CAB465;
}
</style>