Shades of Bird Flower #CABA17
Tints of Bird Flower #CABA17
RGB
CMYK
RGB Variations
Color information
#CABA17 (or 0xCABA17) is known color: Bird Flower. HEX triplet: CA, BA and 17. RGB value is (202,186,23). Sum of RGB (Red+Green+Blue) = 202+186+23=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA17 is #3545E8. Grayscale: #ACACAC. Windows color (decimal): -3491305 or 1555146. OLE color: 1555146.
HSL color Cylindrical-coordinate representation of color #CABA17: hue angle of 54.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CABA17 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 23 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.21 |
| HSL | 54.64º | 0.8% | 0.44% | - |
| HSV(B) | 54.64º | 0.89% | 0.79% | - |
| XYZ | 42.07 | 47.74 | 7.81 | - |
| YUV | 172.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 23 | 0 | 0.08 | 0.89 | 0.21 | 54.64 | 0.8 | 0.44 |
| Hex | CA | BA | 17 | 0 | 8 | 59 | 15 | 37 | 50 | 2C |
| Octal | 312 | 272 | 27 | 0 | 10 | 131 | 25 | 67 | 120 | 54 |
| Binary | 11001010 | 10111010 | 10111 | 0 | 1000 | 1011001 | 10101 | 110111 | 1010000 | 101100 |
Color Harmonies of #CABA17
Complementary color
Monochromatic Colors of #CABA17
Black with #CABA17
Text Example
Text Example
White with #CABA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA17; }
p { color: rgb(202,186,23); }
H1.HeaderClassName
{
color: #CABA17;
}
.AnyTagClassName
{
color: #CABA17;
}
</style>
background-color css
<style>
a { background-color: #CABA17; }
a { background-color: rgb(202,186,23); }
div.DivClassName
{
background-color: #CABA17;
}
.BgClassName
{
background-color: #CABA17;
}
</style>
border-color css
<style>
span { border-color: #CABA17; }
span { border-color: rgb(202,186,23); }
td.TdClassName
{
border-color: #CABA17;
}
.TagClassName
{
border-color: #CABA17;
}
</style>