Shades of Bird Flower #CBAF15
Tints of Bird Flower #CBAF15
RGB
CMYK
RGB Variations
Color information
#CBAF15 (or 0xCBAF15) is known color: Bird Flower. HEX triplet: CB, AF and 15. RGB value is (203,175,21). Sum of RGB (Red+Green+Blue) = 203+175+21=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAF15 is #3450EA. Grayscale: #A6A6A6. Windows color (decimal): -3428587 or 1421259. OLE color: 1421259.
HSL color Cylindrical-coordinate representation of color #CBAF15: hue angle of 50.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBAF15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.20 |
| HSL | 50.77º | 0.81% | 0.44% | - |
| HSV(B) | 50.77º | 0.9% | 0.8% | - |
| XYZ | 40.09 | 43.41 | 6.98 | - |
| YUV | 165.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 21 | 0 | 0.14 | 0.90 | 0.20 | 50.77 | 0.81 | 0.44 |
| Hex | CB | AF | 15 | 0 | E | 5A | 14 | 33 | 51 | 2C |
| Octal | 313 | 257 | 25 | 0 | 16 | 132 | 24 | 63 | 121 | 54 |
| Binary | 11001011 | 10101111 | 10101 | 0 | 1110 | 1011010 | 10100 | 110011 | 1010001 | 101100 |
Color Harmonies of #CBAF15
Complementary color
Monochromatic Colors of #CBAF15
Black with #CBAF15
Text Example
Text Example
White with #CBAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF15; }
p { color: rgb(203,175,21); }
H1.HeaderClassName
{
color: #CBAF15;
}
.AnyTagClassName
{
color: #CBAF15;
}
</style>
background-color css
<style>
a { background-color: #CBAF15; }
a { background-color: rgb(203,175,21); }
div.DivClassName
{
background-color: #CBAF15;
}
.BgClassName
{
background-color: #CBAF15;
}
</style>
border-color css
<style>
span { border-color: #CBAF15; }
span { border-color: rgb(203,175,21); }
td.TdClassName
{
border-color: #CBAF15;
}
.TagClassName
{
border-color: #CBAF15;
}
</style>