Shades of Bird Flower #CABA07
Tints of Bird Flower #CABA07
RGB
CMYK
RGB Variations
Color information
#CABA07 (or 0xCABA07) is known color: Bird Flower. HEX triplet: CA, BA and 07. RGB value is (202,186,7). Sum of RGB (Red+Green+Blue) = 202+186+7=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA07 is #3545F8. Grayscale: #ABABAB. Windows color (decimal): -3491321 or 506570. OLE color: 506570.
HSL color Cylindrical-coordinate representation of color #CABA07: hue angle of 55.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CABA07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.21 |
| HSL | 55.08º | 0.93% | 0.41% | - |
| HSV(B) | 55.08º | 0.97% | 0.79% | - |
| XYZ | 41.95 | 47.69 | 7.19 | - |
| YUV | 170.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 7 | 0 | 0.08 | 0.97 | 0.21 | 55.08 | 0.93 | 0.41 |
| Hex | CA | BA | 7 | 0 | 8 | 61 | 15 | 37 | 5D | 29 |
| Octal | 312 | 272 | 7 | 0 | 10 | 141 | 25 | 67 | 135 | 51 |
| Binary | 11001010 | 10111010 | 111 | 0 | 1000 | 1100001 | 10101 | 110111 | 1011101 | 101001 |
Color Harmonies of #CABA07
Complementary color
Monochromatic Colors of #CABA07
Black with #CABA07
Text Example
Text Example
White with #CABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA07; }
p { color: rgb(202,186,7); }
H1.HeaderClassName
{
color: #CABA07;
}
.AnyTagClassName
{
color: #CABA07;
}
</style>
background-color css
<style>
a { background-color: #CABA07; }
a { background-color: rgb(202,186,7); }
div.DivClassName
{
background-color: #CABA07;
}
.BgClassName
{
background-color: #CABA07;
}
</style>
border-color css
<style>
span { border-color: #CABA07; }
span { border-color: rgb(202,186,7); }
td.TdClassName
{
border-color: #CABA07;
}
.TagClassName
{
border-color: #CABA07;
}
</style>