Shades of Bird Flower #CABA09
Tints of Bird Flower #CABA09
RGB
CMYK
RGB Variations
Color information
#CABA09 (or 0xCABA09) is known color: Bird Flower. HEX triplet: CA, BA and 09. RGB value is (202,186,9). Sum of RGB (Red+Green+Blue) = 202+186+9=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA09 is #3545F6. Grayscale: #ABABAB. Windows color (decimal): -3491319 or 637642. OLE color: 637642.
HSL color Cylindrical-coordinate representation of color #CABA09: hue angle of 55.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CABA09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.21 |
| HSL | 55.03º | 0.91% | 0.41% | - |
| HSV(B) | 55.03º | 0.96% | 0.79% | - |
| XYZ | 41.97 | 47.69 | 7.25 | - |
| YUV | 170.61 | 36.8 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 9 | 0 | 0.08 | 0.96 | 0.21 | 55.03 | 0.91 | 0.41 |
| Hex | CA | BA | 9 | 0 | 8 | 60 | 15 | 37 | 5B | 29 |
| Octal | 312 | 272 | 11 | 0 | 10 | 140 | 25 | 67 | 133 | 51 |
| Binary | 11001010 | 10111010 | 1001 | 0 | 1000 | 1100000 | 10101 | 110111 | 1011011 | 101001 |
Color Harmonies of #CABA09
Complementary color
Monochromatic Colors of #CABA09
Black with #CABA09
Text Example
Text Example
White with #CABA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA09; }
p { color: rgb(202,186,9); }
H1.HeaderClassName
{
color: #CABA09;
}
.AnyTagClassName
{
color: #CABA09;
}
</style>
background-color css
<style>
a { background-color: #CABA09; }
a { background-color: rgb(202,186,9); }
div.DivClassName
{
background-color: #CABA09;
}
.BgClassName
{
background-color: #CABA09;
}
</style>
border-color css
<style>
span { border-color: #CABA09; }
span { border-color: rgb(202,186,9); }
td.TdClassName
{
border-color: #CABA09;
}
.TagClassName
{
border-color: #CABA09;
}
</style>