Shades of Bird Flower #CAB100
Tints of Bird Flower #CAB100
RGB
CMYK
RGB Variations
Color information
#CAB100 (or 0xCAB100) is known color: Bird Flower. HEX triplet: CA, B1 and 00. RGB value is (202,177,0). Sum of RGB (Red+Green+Blue) = 202+177+0=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB100 is #354EFF. Grayscale: #A5A5A5. Windows color (decimal): -3493632 or 45514. OLE color: 45514.
HSL color Cylindrical-coordinate representation of color #CAB100: hue angle of 52.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAB100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.21 |
| HSL | 52.57º | 1% | 0.4% | - |
| HSV(B) | 52.57º | 1% | 0.79% | - |
| XYZ | 40.08 | 44 | 6.38 | - |
| YUV | 164.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 0 | 0 | 0.12 | 1 | 0.21 | 52.57 | 1 | 0.4 |
| Hex | CA | B1 | 0 | 0 | C | 64 | 15 | 35 | 64 | 28 |
| Octal | 312 | 261 | 0 | 0 | 14 | 144 | 25 | 65 | 144 | 50 |
| Binary | 11001010 | 10110001 | 0 | 0 | 1100 | 1100100 | 10101 | 110101 | 1100100 | 101000 |
Color Harmonies of #CAB100
Complementary color
Monochromatic Colors of #CAB100
Black with #CAB100
Text Example
Text Example
White with #CAB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB100; }
p { color: rgb(202,177,0); }
H1.HeaderClassName
{
color: #CAB100;
}
.AnyTagClassName
{
color: #CAB100;
}
</style>
background-color css
<style>
a { background-color: #CAB100; }
a { background-color: rgb(202,177,0); }
div.DivClassName
{
background-color: #CAB100;
}
.BgClassName
{
background-color: #CAB100;
}
</style>
border-color css
<style>
span { border-color: #CAB100; }
span { border-color: rgb(202,177,0); }
td.TdClassName
{
border-color: #CAB100;
}
.TagClassName
{
border-color: #CAB100;
}
</style>