Shades of Bird Flower #CAB215
Tints of Bird Flower #CAB215
RGB
CMYK
RGB Variations
Color information
#CAB215 (or 0xCAB215) is known color: Bird Flower. HEX triplet: CA, B2 and 15. RGB value is (202,178,21). Sum of RGB (Red+Green+Blue) = 202+178+21=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB215 is #354DEA. Grayscale: #A7A7A7. Windows color (decimal): -3493355 or 1422026. OLE color: 1422026.
HSL color Cylindrical-coordinate representation of color #CAB215: hue angle of 52.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB215 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.21 |
| HSL | 52.04º | 0.81% | 0.44% | - |
| HSV(B) | 52.04º | 0.9% | 0.79% | - |
| XYZ | 40.41 | 44.45 | 7.16 | - |
| YUV | 167.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 21 | 0 | 0.12 | 0.90 | 0.21 | 52.04 | 0.81 | 0.44 |
| Hex | CA | B2 | 15 | 0 | C | 5A | 15 | 34 | 51 | 2C |
| Octal | 312 | 262 | 25 | 0 | 14 | 132 | 25 | 64 | 121 | 54 |
| Binary | 11001010 | 10110010 | 10101 | 0 | 1100 | 1011010 | 10101 | 110100 | 1010001 | 101100 |
Color Harmonies of #CAB215
Complementary color
Monochromatic Colors of #CAB215
Black with #CAB215
Text Example
Text Example
White with #CAB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB215; }
p { color: rgb(202,178,21); }
H1.HeaderClassName
{
color: #CAB215;
}
.AnyTagClassName
{
color: #CAB215;
}
</style>
background-color css
<style>
a { background-color: #CAB215; }
a { background-color: rgb(202,178,21); }
div.DivClassName
{
background-color: #CAB215;
}
.BgClassName
{
background-color: #CAB215;
}
</style>
border-color css
<style>
span { border-color: #CAB215; }
span { border-color: rgb(202,178,21); }
td.TdClassName
{
border-color: #CAB215;
}
.TagClassName
{
border-color: #CAB215;
}
</style>