Shades of Bird Flower #CABB0F
Tints of Bird Flower #CABB0F
RGB
CMYK
RGB Variations
Color information
#CABB0F (or 0xCABB0F) is known color: Bird Flower. HEX triplet: CA, BB and 0F. RGB value is (202,187,15). Sum of RGB (Red+Green+Blue) = 202+187+15=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB0F is #3544F0. Grayscale: #ACACAC. Windows color (decimal): -3491057 or 1031114. OLE color: 1031114.
HSL color Cylindrical-coordinate representation of color #CABB0F: hue angle of 55.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CABB0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.21 |
| HSL | 55.19º | 0.86% | 0.43% | - |
| HSV(B) | 55.19º | 0.93% | 0.79% | - |
| XYZ | 42.21 | 48.13 | 7.52 | - |
| YUV | 171.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 15 | 0 | 0.07 | 0.93 | 0.21 | 55.19 | 0.86 | 0.43 |
| Hex | CA | BB | F | 0 | 7 | 5D | 15 | 37 | 56 | 2B |
| Octal | 312 | 273 | 17 | 0 | 7 | 135 | 25 | 67 | 126 | 53 |
| Binary | 11001010 | 10111011 | 1111 | 0 | 111 | 1011101 | 10101 | 110111 | 1010110 | 101011 |
Color Harmonies of #CABB0F
Complementary color
Monochromatic Colors of #CABB0F
Black with #CABB0F
Text Example
Text Example
White with #CABB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB0F; }
p { color: rgb(202,187,15); }
H1.HeaderClassName
{
color: #CABB0F;
}
.AnyTagClassName
{
color: #CABB0F;
}
</style>
background-color css
<style>
a { background-color: #CABB0F; }
a { background-color: rgb(202,187,15); }
div.DivClassName
{
background-color: #CABB0F;
}
.BgClassName
{
background-color: #CABB0F;
}
</style>
border-color css
<style>
span { border-color: #CABB0F; }
span { border-color: rgb(202,187,15); }
td.TdClassName
{
border-color: #CABB0F;
}
.TagClassName
{
border-color: #CABB0F;
}
</style>