Shades of Bird Flower #CAB90C
Tints of Bird Flower #CAB90C
RGB
CMYK
RGB Variations
Color information
#CAB90C (or 0xCAB90C) is known color: Bird Flower. HEX triplet: CA, B9 and 0C. RGB value is (202,185,12). Sum of RGB (Red+Green+Blue) = 202+185+12=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB90C is #3546F3. Grayscale: #ABABAB. Windows color (decimal): -3491572 or 833994. OLE color: 833994.
HSL color Cylindrical-coordinate representation of color #CAB90C: hue angle of 54.63º 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 #CAB90C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.21 |
| HSL | 54.63º | 0.89% | 0.42% | - |
| HSV(B) | 54.63º | 0.94% | 0.79% | - |
| XYZ | 41.77 | 47.28 | 7.27 | - |
| YUV | 170.36 | 38.63 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 12 | 0 | 0.08 | 0.94 | 0.21 | 54.63 | 0.89 | 0.42 |
| Hex | CA | B9 | C | 0 | 8 | 5E | 15 | 37 | 59 | 2A |
| Octal | 312 | 271 | 14 | 0 | 10 | 136 | 25 | 67 | 131 | 52 |
| Binary | 11001010 | 10111001 | 1100 | 0 | 1000 | 1011110 | 10101 | 110111 | 1011001 | 101010 |
Color Harmonies of #CAB90C
Complementary color
Monochromatic Colors of #CAB90C
Black with #CAB90C
Text Example
Text Example
White with #CAB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB90C; }
p { color: rgb(202,185,12); }
H1.HeaderClassName
{
color: #CAB90C;
}
.AnyTagClassName
{
color: #CAB90C;
}
</style>
background-color css
<style>
a { background-color: #CAB90C; }
a { background-color: rgb(202,185,12); }
div.DivClassName
{
background-color: #CAB90C;
}
.BgClassName
{
background-color: #CAB90C;
}
</style>
border-color css
<style>
span { border-color: #CAB90C; }
span { border-color: rgb(202,185,12); }
td.TdClassName
{
border-color: #CAB90C;
}
.TagClassName
{
border-color: #CAB90C;
}
</style>