Shades of Bird Flower #CBAF11
Tints of Bird Flower #CBAF11
RGB
CMYK
RGB Variations
Color information
#CBAF11 (or 0xCBAF11) is known color: Bird Flower. HEX triplet: CB, AF and 11. RGB value is (203,175,17). Sum of RGB (Red+Green+Blue) = 203+175+17=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAF11 is #3450EE. Grayscale: #A6A6A6. Windows color (decimal): -3428591 or 1159115. OLE color: 1159115.
HSL color Cylindrical-coordinate representation of color #CBAF11: hue angle of 50.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBAF11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.20 |
| HSL | 50.97º | 0.85% | 0.43% | - |
| HSV(B) | 50.97º | 0.92% | 0.8% | - |
| XYZ | 40.06 | 43.4 | 6.8 | - |
| YUV | 165.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 17 | 0 | 0.14 | 0.92 | 0.20 | 50.97 | 0.85 | 0.43 |
| Hex | CB | AF | 11 | 0 | E | 5C | 14 | 33 | 55 | 2B |
| Octal | 313 | 257 | 21 | 0 | 16 | 134 | 24 | 63 | 125 | 53 |
| Binary | 11001011 | 10101111 | 10001 | 0 | 1110 | 1011100 | 10100 | 110011 | 1010101 | 101011 |
Color Harmonies of #CBAF11
Complementary color
Monochromatic Colors of #CBAF11
Black with #CBAF11
Text Example
Text Example
White with #CBAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF11; }
p { color: rgb(203,175,17); }
H1.HeaderClassName
{
color: #CBAF11;
}
.AnyTagClassName
{
color: #CBAF11;
}
</style>
background-color css
<style>
a { background-color: #CBAF11; }
a { background-color: rgb(203,175,17); }
div.DivClassName
{
background-color: #CBAF11;
}
.BgClassName
{
background-color: #CBAF11;
}
</style>
border-color css
<style>
span { border-color: #CBAF11; }
span { border-color: rgb(203,175,17); }
td.TdClassName
{
border-color: #CBAF11;
}
.TagClassName
{
border-color: #CBAF11;
}
</style>