Shades of Bird Flower #CABA06
Tints of Bird Flower #CABA06
RGB
CMYK
RGB Variations
Color information
#CABA06 (or 0xCABA06) is known color: Bird Flower. HEX triplet: CA, BA and 06. RGB value is (202,186,6). Sum of RGB (Red+Green+Blue) = 202+186+6=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA06 is #3545F9. Grayscale: #AAAAAA. Windows color (decimal): -3491322 or 441034. OLE color: 441034.
HSL color Cylindrical-coordinate representation of color #CABA06: hue angle of 55.1º degrees, saturation: 0.94, 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 #CABA06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.21 |
| HSL | 55.1º | 0.94% | 0.41% | - |
| HSV(B) | 55.1º | 0.97% | 0.79% | - |
| XYZ | 41.95 | 47.69 | 7.17 | - |
| YUV | 170.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 6 | 0 | 0.08 | 0.97 | 0.21 | 55.1 | 0.94 | 0.41 |
| Hex | CA | BA | 6 | 0 | 8 | 61 | 15 | 37 | 5E | 29 |
| Octal | 312 | 272 | 6 | 0 | 10 | 141 | 25 | 67 | 136 | 51 |
| Binary | 11001010 | 10111010 | 110 | 0 | 1000 | 1100001 | 10101 | 110111 | 1011110 | 101001 |
Color Harmonies of #CABA06
Complementary color
Monochromatic Colors of #CABA06
Black with #CABA06
Text Example
Text Example
White with #CABA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA06; }
p { color: rgb(202,186,6); }
H1.HeaderClassName
{
color: #CABA06;
}
.AnyTagClassName
{
color: #CABA06;
}
</style>
background-color css
<style>
a { background-color: #CABA06; }
a { background-color: rgb(202,186,6); }
div.DivClassName
{
background-color: #CABA06;
}
.BgClassName
{
background-color: #CABA06;
}
</style>
border-color css
<style>
span { border-color: #CABA06; }
span { border-color: rgb(202,186,6); }
td.TdClassName
{
border-color: #CABA06;
}
.TagClassName
{
border-color: #CABA06;
}
</style>