Shades of Bird Flower #CAB113
Tints of Bird Flower #CAB113
RGB
CMYK
RGB Variations
Color information
#CAB113 (or 0xCAB113) is known color: Bird Flower. HEX triplet: CA, B1 and 13. RGB value is (202,177,19). Sum of RGB (Red+Green+Blue) = 202+177+19=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB113 is #354EEC. Grayscale: #A7A7A7. Windows color (decimal): -3493613 or 1290698. OLE color: 1290698.
HSL color Cylindrical-coordinate representation of color #CAB113: hue angle of 51.8º 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 #CAB113 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.21 |
| HSL | 51.8º | 0.83% | 0.43% | - |
| HSV(B) | 51.8º | 0.91% | 0.79% | - |
| XYZ | 40.2 | 44.05 | 7 | - |
| YUV | 166.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 19 | 0 | 0.12 | 0.91 | 0.21 | 51.8 | 0.83 | 0.43 |
| Hex | CA | B1 | 13 | 0 | C | 5B | 15 | 34 | 53 | 2B |
| Octal | 312 | 261 | 23 | 0 | 14 | 133 | 25 | 64 | 123 | 53 |
| Binary | 11001010 | 10110001 | 10011 | 0 | 1100 | 1011011 | 10101 | 110100 | 1010011 | 101011 |
Color Harmonies of #CAB113
Complementary color
Monochromatic Colors of #CAB113
Black with #CAB113
Text Example
Text Example
White with #CAB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB113; }
p { color: rgb(202,177,19); }
H1.HeaderClassName
{
color: #CAB113;
}
.AnyTagClassName
{
color: #CAB113;
}
</style>
background-color css
<style>
a { background-color: #CAB113; }
a { background-color: rgb(202,177,19); }
div.DivClassName
{
background-color: #CAB113;
}
.BgClassName
{
background-color: #CAB113;
}
</style>
border-color css
<style>
span { border-color: #CAB113; }
span { border-color: rgb(202,177,19); }
td.TdClassName
{
border-color: #CAB113;
}
.TagClassName
{
border-color: #CAB113;
}
</style>