Shades of Bird Flower #CAB111
Tints of Bird Flower #CAB111
RGB
CMYK
RGB Variations
Color information
#CAB111 (or 0xCAB111) is known color: Bird Flower. HEX triplet: CA, B1 and 11. RGB value is (202,177,17). Sum of RGB (Red+Green+Blue) = 202+177+17=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB111 is #354EEE. Grayscale: #A6A6A6. Windows color (decimal): -3493615 or 1159626. OLE color: 1159626.
HSL color Cylindrical-coordinate representation of color #CAB111: hue angle of 51.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAB111 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.21 |
| HSL | 51.89º | 0.84% | 0.43% | - |
| HSV(B) | 51.89º | 0.92% | 0.79% | - |
| XYZ | 40.18 | 44.04 | 6.91 | - |
| YUV | 166.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 17 | 0 | 0.12 | 0.92 | 0.21 | 51.89 | 0.84 | 0.43 |
| Hex | CA | B1 | 11 | 0 | C | 5C | 15 | 34 | 54 | 2B |
| Octal | 312 | 261 | 21 | 0 | 14 | 134 | 25 | 64 | 124 | 53 |
| Binary | 11001010 | 10110001 | 10001 | 0 | 1100 | 1011100 | 10101 | 110100 | 1010100 | 101011 |
Color Harmonies of #CAB111
Complementary color
Monochromatic Colors of #CAB111
Black with #CAB111
Text Example
Text Example
White with #CAB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB111; }
p { color: rgb(202,177,17); }
H1.HeaderClassName
{
color: #CAB111;
}
.AnyTagClassName
{
color: #CAB111;
}
</style>
background-color css
<style>
a { background-color: #CAB111; }
a { background-color: rgb(202,177,17); }
div.DivClassName
{
background-color: #CAB111;
}
.BgClassName
{
background-color: #CAB111;
}
</style>
border-color css
<style>
span { border-color: #CAB111; }
span { border-color: rgb(202,177,17); }
td.TdClassName
{
border-color: #CAB111;
}
.TagClassName
{
border-color: #CAB111;
}
</style>