Shades of Bird Flower #CBAB08
Tints of Bird Flower #CBAB08
RGB
CMYK
RGB Variations
Color information
#CBAB08 (or 0xCBAB08) is known color: Bird Flower. HEX triplet: CB, AB and 08. RGB value is (203,171,8). Sum of RGB (Red+Green+Blue) = 203+171+8=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB08 is #3454F7. Grayscale: #A2A2A2. Windows color (decimal): -3429624 or 568267. OLE color: 568267.
HSL color Cylindrical-coordinate representation of color #CBAB08: hue angle of 50.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBAB08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.20 |
| HSL | 50.15º | 0.92% | 0.41% | - |
| HSV(B) | 50.15º | 0.96% | 0.8% | - |
| XYZ | 39.24 | 41.84 | 6.24 | - |
| YUV | 161.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 8 | 0 | 0.16 | 0.96 | 0.20 | 50.15 | 0.92 | 0.41 |
| Hex | CB | AB | 8 | 0 | 10 | 60 | 14 | 32 | 5C | 29 |
| Octal | 313 | 253 | 10 | 0 | 20 | 140 | 24 | 62 | 134 | 51 |
| Binary | 11001011 | 10101011 | 1000 | 0 | 10000 | 1100000 | 10100 | 110010 | 1011100 | 101001 |
Color Harmonies of #CBAB08
Complementary color
Monochromatic Colors of #CBAB08
Black with #CBAB08
Text Example
Text Example
White with #CBAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB08; }
p { color: rgb(203,171,8); }
H1.HeaderClassName
{
color: #CBAB08;
}
.AnyTagClassName
{
color: #CBAB08;
}
</style>
background-color css
<style>
a { background-color: #CBAB08; }
a { background-color: rgb(203,171,8); }
div.DivClassName
{
background-color: #CBAB08;
}
.BgClassName
{
background-color: #CBAB08;
}
</style>
border-color css
<style>
span { border-color: #CBAB08; }
span { border-color: rgb(203,171,8); }
td.TdClassName
{
border-color: #CBAB08;
}
.TagClassName
{
border-color: #CBAB08;
}
</style>