Shades of Bird Flower #CAB412
Tints of Bird Flower #CAB412
RGB
CMYK
RGB Variations
Color information
#CAB412 (or 0xCAB412) is known color: Bird Flower. HEX triplet: CA, B4 and 12. RGB value is (202,180,18). Sum of RGB (Red+Green+Blue) = 202+180+18=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB412 is #354BED. Grayscale: #A8A8A8. Windows color (decimal): -3492846 or 1225930. OLE color: 1225930.
HSL color Cylindrical-coordinate representation of color #CAB412: hue angle of 52.83º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAB412 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.21 |
| HSL | 52.83º | 0.84% | 0.43% | - |
| HSV(B) | 52.83º | 0.91% | 0.79% | - |
| XYZ | 40.79 | 45.24 | 7.16 | - |
| YUV | 168.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 18 | 0 | 0.11 | 0.91 | 0.21 | 52.83 | 0.84 | 0.43 |
| Hex | CA | B4 | 12 | 0 | B | 5B | 15 | 35 | 54 | 2B |
| Octal | 312 | 264 | 22 | 0 | 13 | 133 | 25 | 65 | 124 | 53 |
| Binary | 11001010 | 10110100 | 10010 | 0 | 1011 | 1011011 | 10101 | 110101 | 1010100 | 101011 |
Color Harmonies of #CAB412
Complementary color
Monochromatic Colors of #CAB412
Black with #CAB412
Text Example
Text Example
White with #CAB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB412; }
p { color: rgb(202,180,18); }
H1.HeaderClassName
{
color: #CAB412;
}
.AnyTagClassName
{
color: #CAB412;
}
</style>
background-color css
<style>
a { background-color: #CAB412; }
a { background-color: rgb(202,180,18); }
div.DivClassName
{
background-color: #CAB412;
}
.BgClassName
{
background-color: #CAB412;
}
</style>
border-color css
<style>
span { border-color: #CAB412; }
span { border-color: rgb(202,180,18); }
td.TdClassName
{
border-color: #CAB412;
}
.TagClassName
{
border-color: #CAB412;
}
</style>