Shades of Bird Flower #CAB012
Tints of Bird Flower #CAB012
RGB
CMYK
RGB Variations
Color information
#CAB012 (or 0xCAB012) is known color: Bird Flower. HEX triplet: CA, B0 and 12. RGB value is (202,176,18). Sum of RGB (Red+Green+Blue) = 202+176+18=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB012 is #354FED. Grayscale: #A6A6A6. Windows color (decimal): -3493870 or 1224906. OLE color: 1224906.
HSL color Cylindrical-coordinate representation of color #CAB012: hue angle of 51.52º degrees, saturation: 0.84, 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 #CAB012 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 18 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.21 |
| HSL | 51.52º | 0.84% | 0.43% | - |
| HSV(B) | 51.52º | 0.91% | 0.79% | - |
| XYZ | 39.99 | 43.65 | 6.89 | - |
| YUV | 165.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 18 | 0 | 0.13 | 0.91 | 0.21 | 51.52 | 0.84 | 0.43 |
| Hex | CA | B0 | 12 | 0 | D | 5B | 15 | 34 | 54 | 2B |
| Octal | 312 | 260 | 22 | 0 | 15 | 133 | 25 | 64 | 124 | 53 |
| Binary | 11001010 | 10110000 | 10010 | 0 | 1101 | 1011011 | 10101 | 110100 | 1010100 | 101011 |
Color Harmonies of #CAB012
Complementary color
Monochromatic Colors of #CAB012
Black with #CAB012
Text Example
Text Example
White with #CAB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB012; }
p { color: rgb(202,176,18); }
H1.HeaderClassName
{
color: #CAB012;
}
.AnyTagClassName
{
color: #CAB012;
}
</style>
background-color css
<style>
a { background-color: #CAB012; }
a { background-color: rgb(202,176,18); }
div.DivClassName
{
background-color: #CAB012;
}
.BgClassName
{
background-color: #CAB012;
}
</style>
border-color css
<style>
span { border-color: #CAB012; }
span { border-color: rgb(202,176,18); }
td.TdClassName
{
border-color: #CAB012;
}
.TagClassName
{
border-color: #CAB012;
}
</style>