Shades of Bird Flower #CABA15
Tints of Bird Flower #CABA15
RGB
CMYK
RGB Variations
Color information
#CABA15 (or 0xCABA15) is known color: Bird Flower. HEX triplet: CA, BA and 15. RGB value is (202,186,21). Sum of RGB (Red+Green+Blue) = 202+186+21=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA15 is #3545EA. Grayscale: #ACACAC. Windows color (decimal): -3491307 or 1424074. OLE color: 1424074.
HSL color Cylindrical-coordinate representation of color #CABA15: hue angle of 54.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CABA15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.21 |
| HSL | 54.7º | 0.81% | 0.44% | - |
| HSV(B) | 54.7º | 0.9% | 0.79% | - |
| XYZ | 42.05 | 47.73 | 7.71 | - |
| YUV | 171.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 21 | 0 | 0.08 | 0.90 | 0.21 | 54.7 | 0.81 | 0.44 |
| Hex | CA | BA | 15 | 0 | 8 | 5A | 15 | 37 | 51 | 2C |
| Octal | 312 | 272 | 25 | 0 | 10 | 132 | 25 | 67 | 121 | 54 |
| Binary | 11001010 | 10111010 | 10101 | 0 | 1000 | 1011010 | 10101 | 110111 | 1010001 | 101100 |
Color Harmonies of #CABA15
Complementary color
Monochromatic Colors of #CABA15
Black with #CABA15
Text Example
Text Example
White with #CABA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA15; }
p { color: rgb(202,186,21); }
H1.HeaderClassName
{
color: #CABA15;
}
.AnyTagClassName
{
color: #CABA15;
}
</style>
background-color css
<style>
a { background-color: #CABA15; }
a { background-color: rgb(202,186,21); }
div.DivClassName
{
background-color: #CABA15;
}
.BgClassName
{
background-color: #CABA15;
}
</style>
border-color css
<style>
span { border-color: #CABA15; }
span { border-color: rgb(202,186,21); }
td.TdClassName
{
border-color: #CABA15;
}
.TagClassName
{
border-color: #CABA15;
}
</style>