Shades of Bird Flower #CBAF19
Tints of Bird Flower #CBAF19
RGB
CMYK
RGB Variations
Color information
#CBAF19 (or 0xCBAF19) is known color: Bird Flower. HEX triplet: CB, AF and 19. RGB value is (203,175,25). Sum of RGB (Red+Green+Blue) = 203+175+25=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAF19 is #3450E6. Grayscale: #A6A6A6. Windows color (decimal): -3428583 or 1683403. OLE color: 1683403.
HSL color Cylindrical-coordinate representation of color #CBAF19: hue angle of 50.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBAF19 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 25 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.20 |
| HSL | 50.56º | 0.78% | 0.45% | - |
| HSV(B) | 50.56º | 0.88% | 0.8% | - |
| XYZ | 40.13 | 43.43 | 7.19 | - |
| YUV | 166.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 25 | 0 | 0.14 | 0.88 | 0.20 | 50.56 | 0.78 | 0.45 |
| Hex | CB | AF | 19 | 0 | E | 58 | 14 | 33 | 4E | 2D |
| Octal | 313 | 257 | 31 | 0 | 16 | 130 | 24 | 63 | 116 | 55 |
| Binary | 11001011 | 10101111 | 11001 | 0 | 1110 | 1011000 | 10100 | 110011 | 1001110 | 101101 |
Color Harmonies of #CBAF19
Complementary color
Monochromatic Colors of #CBAF19
Black with #CBAF19
Text Example
Text Example
White with #CBAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF19; }
p { color: rgb(203,175,25); }
H1.HeaderClassName
{
color: #CBAF19;
}
.AnyTagClassName
{
color: #CBAF19;
}
</style>
background-color css
<style>
a { background-color: #CBAF19; }
a { background-color: rgb(203,175,25); }
div.DivClassName
{
background-color: #CBAF19;
}
.BgClassName
{
background-color: #CBAF19;
}
</style>
border-color css
<style>
span { border-color: #CBAF19; }
span { border-color: rgb(203,175,25); }
td.TdClassName
{
border-color: #CBAF19;
}
.TagClassName
{
border-color: #CBAF19;
}
</style>