Shades of Bird Flower #CABA03
Tints of Bird Flower #CABA03
RGB
CMYK
RGB Variations
Color information
#CABA03 (or 0xCABA03) is known color: Bird Flower. HEX triplet: CA, BA and 03. RGB value is (202,186,3). Sum of RGB (Red+Green+Blue) = 202+186+3=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA03 is #3545FC. Grayscale: #AAAAAA. Windows color (decimal): -3491325 or 244426. OLE color: 244426.
HSL color Cylindrical-coordinate representation of color #CABA03: hue angle of 55.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CABA03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.21 |
| HSL | 55.18º | 0.97% | 0.4% | - |
| HSV(B) | 55.18º | 0.99% | 0.79% | - |
| XYZ | 41.93 | 47.68 | 7.08 | - |
| YUV | 169.92 | 33.8 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 3 | 0 | 0.08 | 0.99 | 0.21 | 55.18 | 0.97 | 0.4 |
| Hex | CA | BA | 3 | 0 | 8 | 63 | 15 | 37 | 61 | 28 |
| Octal | 312 | 272 | 3 | 0 | 10 | 143 | 25 | 67 | 141 | 50 |
| Binary | 11001010 | 10111010 | 11 | 0 | 1000 | 1100011 | 10101 | 110111 | 1100001 | 101000 |
Color Harmonies of #CABA03
Complementary color
Monochromatic Colors of #CABA03
Black with #CABA03
Text Example
Text Example
White with #CABA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA03; }
p { color: rgb(202,186,3); }
H1.HeaderClassName
{
color: #CABA03;
}
.AnyTagClassName
{
color: #CABA03;
}
</style>
background-color css
<style>
a { background-color: #CABA03; }
a { background-color: rgb(202,186,3); }
div.DivClassName
{
background-color: #CABA03;
}
.BgClassName
{
background-color: #CABA03;
}
</style>
border-color css
<style>
span { border-color: #CABA03; }
span { border-color: rgb(202,186,3); }
td.TdClassName
{
border-color: #CABA03;
}
.TagClassName
{
border-color: #CABA03;
}
</style>