Shades of Bird Flower #CABA10
Tints of Bird Flower #CABA10
RGB
CMYK
RGB Variations
Color information
#CABA10 (or 0xCABA10) is known color: Bird Flower. HEX triplet: CA, BA and 10. RGB value is (202,186,16). Sum of RGB (Red+Green+Blue) = 202+186+16=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA10 is #3545EF. Grayscale: #ACACAC. Windows color (decimal): -3491312 or 1096394. OLE color: 1096394.
HSL color Cylindrical-coordinate representation of color #CABA10: hue angle of 54.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CABA10 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.21 |
| HSL | 54.84º | 0.85% | 0.43% | - |
| HSV(B) | 54.84º | 0.92% | 0.79% | - |
| XYZ | 42.01 | 47.71 | 7.49 | - |
| YUV | 171.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 16 | 0 | 0.08 | 0.92 | 0.21 | 54.84 | 0.85 | 0.43 |
| Hex | CA | BA | 10 | 0 | 8 | 5C | 15 | 37 | 55 | 2B |
| Octal | 312 | 272 | 20 | 0 | 10 | 134 | 25 | 67 | 125 | 53 |
| Binary | 11001010 | 10111010 | 10000 | 0 | 1000 | 1011100 | 10101 | 110111 | 1010101 | 101011 |
Color Harmonies of #CABA10
Complementary color
Monochromatic Colors of #CABA10
Black with #CABA10
Text Example
Text Example
White with #CABA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA10; }
p { color: rgb(202,186,16); }
H1.HeaderClassName
{
color: #CABA10;
}
.AnyTagClassName
{
color: #CABA10;
}
</style>
background-color css
<style>
a { background-color: #CABA10; }
a { background-color: rgb(202,186,16); }
div.DivClassName
{
background-color: #CABA10;
}
.BgClassName
{
background-color: #CABA10;
}
</style>
border-color css
<style>
span { border-color: #CABA10; }
span { border-color: rgb(202,186,16); }
td.TdClassName
{
border-color: #CABA10;
}
.TagClassName
{
border-color: #CABA10;
}
</style>