Shades of Bird Flower #CAB80C
Tints of Bird Flower #CAB80C
RGB
CMYK
RGB Variations
Color information
#CAB80C (or 0xCAB80C) is known color: Bird Flower. HEX triplet: CA, B8 and 0C. RGB value is (202,184,12). Sum of RGB (Red+Green+Blue) = 202+184+12=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB80C is #3547F3. Grayscale: #AAAAAA. Windows color (decimal): -3491828 or 833738. OLE color: 833738.
HSL color Cylindrical-coordinate representation of color #CAB80C: hue angle of 54.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB80C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.21 |
| HSL | 54.32º | 0.89% | 0.42% | - |
| HSV(B) | 54.32º | 0.94% | 0.79% | - |
| XYZ | 41.56 | 46.86 | 7.2 | - |
| YUV | 169.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 12 | 0 | 0.09 | 0.94 | 0.21 | 54.32 | 0.89 | 0.42 |
| Hex | CA | B8 | C | 0 | 9 | 5E | 15 | 36 | 59 | 2A |
| Octal | 312 | 270 | 14 | 0 | 11 | 136 | 25 | 66 | 131 | 52 |
| Binary | 11001010 | 10111000 | 1100 | 0 | 1001 | 1011110 | 10101 | 110110 | 1011001 | 101010 |
Color Harmonies of #CAB80C
Complementary color
Monochromatic Colors of #CAB80C
Black with #CAB80C
Text Example
Text Example
White with #CAB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB80C; }
p { color: rgb(202,184,12); }
H1.HeaderClassName
{
color: #CAB80C;
}
.AnyTagClassName
{
color: #CAB80C;
}
</style>
background-color css
<style>
a { background-color: #CAB80C; }
a { background-color: rgb(202,184,12); }
div.DivClassName
{
background-color: #CAB80C;
}
.BgClassName
{
background-color: #CAB80C;
}
</style>
border-color css
<style>
span { border-color: #CAB80C; }
span { border-color: rgb(202,184,12); }
td.TdClassName
{
border-color: #CAB80C;
}
.TagClassName
{
border-color: #CAB80C;
}
</style>