Shades of Bird Flower #CAB613
Tints of Bird Flower #CAB613
RGB
CMYK
RGB Variations
Color information
#CAB613 (or 0xCAB613) is known color: Bird Flower. HEX triplet: CA, B6 and 13. RGB value is (202,182,19). Sum of RGB (Red+Green+Blue) = 202+182+19=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB613 is #3549EC. Grayscale: #AAAAAA. Windows color (decimal): -3492333 or 1291978. OLE color: 1291978.
HSL color Cylindrical-coordinate representation of color #CAB613: hue angle of 53.44º 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 #CAB613 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.21 |
| HSL | 53.44º | 0.83% | 0.43% | - |
| HSV(B) | 53.44º | 0.91% | 0.79% | - |
| XYZ | 41.2 | 46.06 | 7.33 | - |
| YUV | 169.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 19 | 0 | 0.10 | 0.91 | 0.21 | 53.44 | 0.83 | 0.43 |
| Hex | CA | B6 | 13 | 0 | A | 5B | 15 | 35 | 53 | 2B |
| Octal | 312 | 266 | 23 | 0 | 12 | 133 | 25 | 65 | 123 | 53 |
| Binary | 11001010 | 10110110 | 10011 | 0 | 1010 | 1011011 | 10101 | 110101 | 1010011 | 101011 |
Color Harmonies of #CAB613
Complementary color
Monochromatic Colors of #CAB613
Black with #CAB613
Text Example
Text Example
White with #CAB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB613; }
p { color: rgb(202,182,19); }
H1.HeaderClassName
{
color: #CAB613;
}
.AnyTagClassName
{
color: #CAB613;
}
</style>
background-color css
<style>
a { background-color: #CAB613; }
a { background-color: rgb(202,182,19); }
div.DivClassName
{
background-color: #CAB613;
}
.BgClassName
{
background-color: #CAB613;
}
</style>
border-color css
<style>
span { border-color: #CAB613; }
span { border-color: rgb(202,182,19); }
td.TdClassName
{
border-color: #CAB613;
}
.TagClassName
{
border-color: #CAB613;
}
</style>