Shades of Bird Flower #CAB313
Tints of Bird Flower #CAB313
RGB
CMYK
RGB Variations
Color information
#CAB313 (or 0xCAB313) is known color: Bird Flower. HEX triplet: CA, B3 and 13. RGB value is (202,179,19). Sum of RGB (Red+Green+Blue) = 202+179+19=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB313 is #354CEC. Grayscale: #A8A8A8. Windows color (decimal): -3493101 or 1291210. OLE color: 1291210.
HSL color Cylindrical-coordinate representation of color #CAB313: hue angle of 52.46º 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 #CAB313 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.21 |
| HSL | 52.46º | 0.83% | 0.43% | - |
| HSV(B) | 52.46º | 0.91% | 0.79% | - |
| XYZ | 40.59 | 44.84 | 7.13 | - |
| YUV | 167.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 19 | 0 | 0.11 | 0.91 | 0.21 | 52.46 | 0.83 | 0.43 |
| Hex | CA | B3 | 13 | 0 | B | 5B | 15 | 34 | 53 | 2B |
| Octal | 312 | 263 | 23 | 0 | 13 | 133 | 25 | 64 | 123 | 53 |
| Binary | 11001010 | 10110011 | 10011 | 0 | 1011 | 1011011 | 10101 | 110100 | 1010011 | 101011 |
Color Harmonies of #CAB313
Complementary color
Monochromatic Colors of #CAB313
Black with #CAB313
Text Example
Text Example
White with #CAB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB313; }
p { color: rgb(202,179,19); }
H1.HeaderClassName
{
color: #CAB313;
}
.AnyTagClassName
{
color: #CAB313;
}
</style>
background-color css
<style>
a { background-color: #CAB313; }
a { background-color: rgb(202,179,19); }
div.DivClassName
{
background-color: #CAB313;
}
.BgClassName
{
background-color: #CAB313;
}
</style>
border-color css
<style>
span { border-color: #CAB313; }
span { border-color: rgb(202,179,19); }
td.TdClassName
{
border-color: #CAB313;
}
.TagClassName
{
border-color: #CAB313;
}
</style>