Shades of Bird Flower #CAB410
Tints of Bird Flower #CAB410
RGB
CMYK
RGB Variations
Color information
#CAB410 (or 0xCAB410) is known color: Bird Flower. HEX triplet: CA, B4 and 10. RGB value is (202,180,16). Sum of RGB (Red+Green+Blue) = 202+180+16=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB410 is #354BEF. Grayscale: #A8A8A8. Windows color (decimal): -3492848 or 1094858. OLE color: 1094858.
HSL color Cylindrical-coordinate representation of color #CAB410: hue angle of 52.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAB410 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.21 |
| HSL | 52.9º | 0.85% | 0.43% | - |
| HSV(B) | 52.9º | 0.92% | 0.79% | - |
| XYZ | 40.77 | 45.24 | 7.07 | - |
| YUV | 167.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 16 | 0 | 0.11 | 0.92 | 0.21 | 52.9 | 0.85 | 0.43 |
| Hex | CA | B4 | 10 | 0 | B | 5C | 15 | 35 | 55 | 2B |
| Octal | 312 | 264 | 20 | 0 | 13 | 134 | 25 | 65 | 125 | 53 |
| Binary | 11001010 | 10110100 | 10000 | 0 | 1011 | 1011100 | 10101 | 110101 | 1010101 | 101011 |
Color Harmonies of #CAB410
Complementary color
Monochromatic Colors of #CAB410
Black with #CAB410
Text Example
Text Example
White with #CAB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB410; }
p { color: rgb(202,180,16); }
H1.HeaderClassName
{
color: #CAB410;
}
.AnyTagClassName
{
color: #CAB410;
}
</style>
background-color css
<style>
a { background-color: #CAB410; }
a { background-color: rgb(202,180,16); }
div.DivClassName
{
background-color: #CAB410;
}
.BgClassName
{
background-color: #CAB410;
}
</style>
border-color css
<style>
span { border-color: #CAB410; }
span { border-color: rgb(202,180,16); }
td.TdClassName
{
border-color: #CAB410;
}
.TagClassName
{
border-color: #CAB410;
}
</style>