Shades of Tacha #CAB753
Tints of Tacha #CAB753
RGB
CMYK
RGB Variations
Color information
#CAB753 (or 0xCAB753) is known color: Tacha. HEX triplet: CA, B7 and 53. RGB value is (202,183,83). Sum of RGB (Red+Green+Blue) = 202+183+83=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB753 is #3548AC. Grayscale: #B1B1B1. Windows color (decimal): -3492013 or 5486538. OLE color: 5486538.
HSL color Cylindrical-coordinate representation of color #CAB753: hue angle of 50.42º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAB753 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 83 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.21 |
| HSL | 50.42º | 0.53% | 0.56% | - |
| HSV(B) | 50.42º | 0.59% | 0.79% | - |
| XYZ | 42.85 | 47.05 | 15.01 | - |
| YUV | 177.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 83 | 0 | 0.09 | 0.59 | 0.21 | 50.42 | 0.53 | 0.56 |
| Hex | CA | B7 | 53 | 0 | 9 | 3B | 15 | 32 | 35 | 38 |
| Octal | 312 | 267 | 123 | 0 | 11 | 73 | 25 | 62 | 65 | 70 |
| Binary | 11001010 | 10110111 | 1010011 | 0 | 1001 | 111011 | 10101 | 110010 | 110101 | 111000 |
Color Harmonies of #CAB753
Complementary color
Monochromatic Colors of #CAB753
Black with #CAB753
Text Example
Text Example
White with #CAB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB753; }
p { color: rgb(202,183,83); }
H1.HeaderClassName
{
color: #CAB753;
}
.AnyTagClassName
{
color: #CAB753;
}
</style>
background-color css
<style>
a { background-color: #CAB753; }
a { background-color: rgb(202,183,83); }
div.DivClassName
{
background-color: #CAB753;
}
.BgClassName
{
background-color: #CAB753;
}
</style>
border-color css
<style>
span { border-color: #CAB753; }
span { border-color: rgb(202,183,83); }
td.TdClassName
{
border-color: #CAB753;
}
.TagClassName
{
border-color: #CAB753;
}
</style>