Shades of Bird Flower #CABA13
Tints of Bird Flower #CABA13
RGB
CMYK
RGB Variations
Color information
#CABA13 (or 0xCABA13) is known color: Bird Flower. HEX triplet: CA, BA and 13. RGB value is (202,186,19). Sum of RGB (Red+Green+Blue) = 202+186+19=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA13 is #3545EC. Grayscale: #ACACAC. Windows color (decimal): -3491309 or 1293002. OLE color: 1293002.
HSL color Cylindrical-coordinate representation of color #CABA13: hue angle of 54.75º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CABA13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.21 |
| HSL | 54.75º | 0.83% | 0.43% | - |
| HSV(B) | 54.75º | 0.91% | 0.79% | - |
| XYZ | 42.03 | 47.72 | 7.61 | - |
| YUV | 171.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 19 | 0 | 0.08 | 0.91 | 0.21 | 54.75 | 0.83 | 0.43 |
| Hex | CA | BA | 13 | 0 | 8 | 5B | 15 | 37 | 53 | 2B |
| Octal | 312 | 272 | 23 | 0 | 10 | 133 | 25 | 67 | 123 | 53 |
| Binary | 11001010 | 10111010 | 10011 | 0 | 1000 | 1011011 | 10101 | 110111 | 1010011 | 101011 |
Color Harmonies of #CABA13
Complementary color
Monochromatic Colors of #CABA13
Black with #CABA13
Text Example
Text Example
White with #CABA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA13; }
p { color: rgb(202,186,19); }
H1.HeaderClassName
{
color: #CABA13;
}
.AnyTagClassName
{
color: #CABA13;
}
</style>
background-color css
<style>
a { background-color: #CABA13; }
a { background-color: rgb(202,186,19); }
div.DivClassName
{
background-color: #CABA13;
}
.BgClassName
{
background-color: #CABA13;
}
</style>
border-color css
<style>
span { border-color: #CABA13; }
span { border-color: rgb(202,186,19); }
td.TdClassName
{
border-color: #CABA13;
}
.TagClassName
{
border-color: #CABA13;
}
</style>