Shades of Bird Flower #CBAB01
Tints of Bird Flower #CBAB01
RGB
CMYK
RGB Variations
Color information
#CBAB01 (or 0xCBAB01) is known color: Bird Flower. HEX triplet: CB, AB and 01. RGB value is (203,171,1). Sum of RGB (Red+Green+Blue) = 203+171+1=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB01 is #3454FE. Grayscale: #A1A1A1. Windows color (decimal): -3429631 or 109515. OLE color: 109515.
HSL color Cylindrical-coordinate representation of color #CBAB01: hue angle of 50.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBAB01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.20 |
| HSL | 50.5º | 0.99% | 0.4% | - |
| HSV(B) | 50.5º | 1% | 0.8% | - |
| XYZ | 39.2 | 41.82 | 6.04 | - |
| YUV | 161.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 1 | 0 | 0.16 | 1.00 | 0.20 | 50.5 | 0.99 | 0.4 |
| Hex | CB | AB | 1 | 0 | 10 | 64 | 14 | 32 | 63 | 28 |
| Octal | 313 | 253 | 1 | 0 | 20 | 144 | 24 | 62 | 143 | 50 |
| Binary | 11001011 | 10101011 | 1 | 0 | 10000 | 1100100 | 10100 | 110010 | 1100011 | 101000 |
Color Harmonies of #CBAB01
Complementary color
Monochromatic Colors of #CBAB01
Black with #CBAB01
Text Example
Text Example
White with #CBAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB01; }
p { color: rgb(203,171,1); }
H1.HeaderClassName
{
color: #CBAB01;
}
.AnyTagClassName
{
color: #CBAB01;
}
</style>
background-color css
<style>
a { background-color: #CBAB01; }
a { background-color: rgb(203,171,1); }
div.DivClassName
{
background-color: #CBAB01;
}
.BgClassName
{
background-color: #CBAB01;
}
</style>
border-color css
<style>
span { border-color: #CBAB01; }
span { border-color: rgb(203,171,1); }
td.TdClassName
{
border-color: #CBAB01;
}
.TagClassName
{
border-color: #CBAB01;
}
</style>