Shades of Bird Flower #CBAB05
Tints of Bird Flower #CBAB05
RGB
CMYK
RGB Variations
Color information
#CBAB05 (or 0xCBAB05) is known color: Bird Flower. HEX triplet: CB, AB and 05. RGB value is (203,171,5). Sum of RGB (Red+Green+Blue) = 203+171+5=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB05 is #3454FA. Grayscale: #A2A2A2. Windows color (decimal): -3429627 or 371659. OLE color: 371659.
HSL color Cylindrical-coordinate representation of color #CBAB05: hue angle of 50.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBAB05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.20 |
| HSL | 50.3º | 0.95% | 0.41% | - |
| HSV(B) | 50.3º | 0.98% | 0.8% | - |
| XYZ | 39.22 | 41.83 | 6.15 | - |
| YUV | 161.64 | 39.6 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 5 | 0 | 0.16 | 0.98 | 0.20 | 50.3 | 0.95 | 0.41 |
| Hex | CB | AB | 5 | 0 | 10 | 62 | 14 | 32 | 5F | 29 |
| Octal | 313 | 253 | 5 | 0 | 20 | 142 | 24 | 62 | 137 | 51 |
| Binary | 11001011 | 10101011 | 101 | 0 | 10000 | 1100010 | 10100 | 110010 | 1011111 | 101001 |
Color Harmonies of #CBAB05
Complementary color
Monochromatic Colors of #CBAB05
Black with #CBAB05
Text Example
Text Example
White with #CBAB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB05; }
p { color: rgb(203,171,5); }
H1.HeaderClassName
{
color: #CBAB05;
}
.AnyTagClassName
{
color: #CBAB05;
}
</style>
background-color css
<style>
a { background-color: #CBAB05; }
a { background-color: rgb(203,171,5); }
div.DivClassName
{
background-color: #CBAB05;
}
.BgClassName
{
background-color: #CBAB05;
}
</style>
border-color css
<style>
span { border-color: #CBAB05; }
span { border-color: rgb(203,171,5); }
td.TdClassName
{
border-color: #CBAB05;
}
.TagClassName
{
border-color: #CBAB05;
}
</style>