Shades of Bird Flower #CAB50C
Tints of Bird Flower #CAB50C
RGB
CMYK
RGB Variations
Color information
#CAB50C (or 0xCAB50C) is known color: Bird Flower. HEX triplet: CA, B5 and 0C. RGB value is (202,181,12). Sum of RGB (Red+Green+Blue) = 202+181+12=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB50C is #354AF3. Grayscale: #A8A8A8. Windows color (decimal): -3492596 or 832970. OLE color: 832970.
HSL color Cylindrical-coordinate representation of color #CAB50C: hue angle of 53.37º 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 #CAB50C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.21 |
| HSL | 53.37º | 0.89% | 0.42% | - |
| HSV(B) | 53.37º | 0.94% | 0.79% | - |
| XYZ | 40.95 | 45.63 | 7 | - |
| YUV | 168.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 12 | 0 | 0.10 | 0.94 | 0.21 | 53.37 | 0.89 | 0.42 |
| Hex | CA | B5 | C | 0 | A | 5E | 15 | 35 | 59 | 2A |
| Octal | 312 | 265 | 14 | 0 | 12 | 136 | 25 | 65 | 131 | 52 |
| Binary | 11001010 | 10110101 | 1100 | 0 | 1010 | 1011110 | 10101 | 110101 | 1011001 | 101010 |
Color Harmonies of #CAB50C
Complementary color
Monochromatic Colors of #CAB50C
Black with #CAB50C
Text Example
Text Example
White with #CAB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB50C; }
p { color: rgb(202,181,12); }
H1.HeaderClassName
{
color: #CAB50C;
}
.AnyTagClassName
{
color: #CAB50C;
}
</style>
background-color css
<style>
a { background-color: #CAB50C; }
a { background-color: rgb(202,181,12); }
div.DivClassName
{
background-color: #CAB50C;
}
.BgClassName
{
background-color: #CAB50C;
}
</style>
border-color css
<style>
span { border-color: #CAB50C; }
span { border-color: rgb(202,181,12); }
td.TdClassName
{
border-color: #CAB50C;
}
.TagClassName
{
border-color: #CAB50C;
}
</style>