Shades of Bird Flower #CAB200
Tints of Bird Flower #CAB200
RGB
CMYK
RGB Variations
Color information
#CAB200 (or 0xCAB200) is known color: Bird Flower. HEX triplet: CA, B2 and 00. RGB value is (202,178,0). Sum of RGB (Red+Green+Blue) = 202+178+0=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB200 is #354DFF. Grayscale: #A5A5A5. Windows color (decimal): -3493376 or 45770. OLE color: 45770.
HSL color Cylindrical-coordinate representation of color #CAB200: hue angle of 52.87º 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 #CAB200 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.21 |
| HSL | 52.87º | 1% | 0.4% | - |
| HSV(B) | 52.87º | 1% | 0.79% | - |
| XYZ | 40.28 | 44.4 | 6.45 | - |
| YUV | 164.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 0 | 0 | 0.12 | 1 | 0.21 | 52.87 | 1 | 0.4 |
| Hex | CA | B2 | 0 | 0 | C | 64 | 15 | 35 | 64 | 28 |
| Octal | 312 | 262 | 0 | 0 | 14 | 144 | 25 | 65 | 144 | 50 |
| Binary | 11001010 | 10110010 | 0 | 0 | 1100 | 1100100 | 10101 | 110101 | 1100100 | 101000 |
Color Harmonies of #CAB200
Complementary color
Monochromatic Colors of #CAB200
Black with #CAB200
Text Example
Text Example
White with #CAB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB200; }
p { color: rgb(202,178,0); }
H1.HeaderClassName
{
color: #CAB200;
}
.AnyTagClassName
{
color: #CAB200;
}
</style>
background-color css
<style>
a { background-color: #CAB200; }
a { background-color: rgb(202,178,0); }
div.DivClassName
{
background-color: #CAB200;
}
.BgClassName
{
background-color: #CAB200;
}
</style>
border-color css
<style>
span { border-color: #CAB200; }
span { border-color: rgb(202,178,0); }
td.TdClassName
{
border-color: #CAB200;
}
.TagClassName
{
border-color: #CAB200;
}
</style>