Shades of Bird Flower #CAB013
Tints of Bird Flower #CAB013
RGB
CMYK
RGB Variations
Color information
#CAB013 (or 0xCAB013) is known color: Bird Flower. HEX triplet: CA, B0 and 13. RGB value is (202,176,19). Sum of RGB (Red+Green+Blue) = 202+176+19=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB013 is #354FEC. Grayscale: #A6A6A6. Windows color (decimal): -3493869 or 1290442. OLE color: 1290442.
HSL color Cylindrical-coordinate representation of color #CAB013: hue angle of 51.48º degrees, saturation: 0.83, 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 #CAB013 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.21 |
| HSL | 51.48º | 0.83% | 0.43% | - |
| HSV(B) | 51.48º | 0.91% | 0.79% | - |
| XYZ | 40 | 43.65 | 6.93 | - |
| YUV | 165.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 19 | 0 | 0.13 | 0.91 | 0.21 | 51.48 | 0.83 | 0.43 |
| Hex | CA | B0 | 13 | 0 | D | 5B | 15 | 33 | 53 | 2B |
| Octal | 312 | 260 | 23 | 0 | 15 | 133 | 25 | 63 | 123 | 53 |
| Binary | 11001010 | 10110000 | 10011 | 0 | 1101 | 1011011 | 10101 | 110011 | 1010011 | 101011 |
Color Harmonies of #CAB013
Complementary color
Monochromatic Colors of #CAB013
Black with #CAB013
Text Example
Text Example
White with #CAB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB013; }
p { color: rgb(202,176,19); }
H1.HeaderClassName
{
color: #CAB013;
}
.AnyTagClassName
{
color: #CAB013;
}
</style>
background-color css
<style>
a { background-color: #CAB013; }
a { background-color: rgb(202,176,19); }
div.DivClassName
{
background-color: #CAB013;
}
.BgClassName
{
background-color: #CAB013;
}
</style>
border-color css
<style>
span { border-color: #CAB013; }
span { border-color: rgb(202,176,19); }
td.TdClassName
{
border-color: #CAB013;
}
.TagClassName
{
border-color: #CAB013;
}
</style>