Shades of Bird Flower #CBAB02
Tints of Bird Flower #CBAB02
RGB
CMYK
RGB Variations
Color information
#CBAB02 (or 0xCBAB02) is known color: Bird Flower. HEX triplet: CB, AB and 02. RGB value is (203,171,2). Sum of RGB (Red+Green+Blue) = 203+171+2=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB02 is #3454FD. Grayscale: #A2A2A2. Windows color (decimal): -3429630 or 175051. OLE color: 175051.
HSL color Cylindrical-coordinate representation of color #CBAB02: hue angle of 50.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBAB02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.20 |
| HSL | 50.45º | 0.98% | 0.4% | - |
| HSV(B) | 50.45º | 0.99% | 0.8% | - |
| XYZ | 39.2 | 41.83 | 6.06 | - |
| YUV | 161.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 2 | 0 | 0.16 | 0.99 | 0.20 | 50.45 | 0.98 | 0.4 |
| Hex | CB | AB | 2 | 0 | 10 | 63 | 14 | 32 | 62 | 28 |
| Octal | 313 | 253 | 2 | 0 | 20 | 143 | 24 | 62 | 142 | 50 |
| Binary | 11001011 | 10101011 | 10 | 0 | 10000 | 1100011 | 10100 | 110010 | 1100010 | 101000 |
Color Harmonies of #CBAB02
Complementary color
Monochromatic Colors of #CBAB02
Black with #CBAB02
Text Example
Text Example
White with #CBAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB02; }
p { color: rgb(203,171,2); }
H1.HeaderClassName
{
color: #CBAB02;
}
.AnyTagClassName
{
color: #CBAB02;
}
</style>
background-color css
<style>
a { background-color: #CBAB02; }
a { background-color: rgb(203,171,2); }
div.DivClassName
{
background-color: #CBAB02;
}
.BgClassName
{
background-color: #CBAB02;
}
</style>
border-color css
<style>
span { border-color: #CBAB02; }
span { border-color: rgb(203,171,2); }
td.TdClassName
{
border-color: #CBAB02;
}
.TagClassName
{
border-color: #CBAB02;
}
</style>