Shades of Bird Flower #CBB813
Tints of Bird Flower #CBB813
RGB
CMYK
RGB Variations
Color information
#CBB813 (or 0xCBB813) is known color: Bird Flower. HEX triplet: CB, B8 and 13. RGB value is (203,184,19). Sum of RGB (Red+Green+Blue) = 203+184+19=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB813 is #3447EC. Grayscale: #ABABAB. Windows color (decimal): -3426285 or 1292491. OLE color: 1292491.
HSL color Cylindrical-coordinate representation of color #CBB813: hue angle of 53.8º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBB813 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 19 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.20 |
| HSL | 53.8º | 0.83% | 0.44% | - |
| HSV(B) | 53.8º | 0.91% | 0.8% | - |
| XYZ | 41.89 | 47.02 | 7.49 | - |
| YUV | 170.87 | 42.29 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 19 | 0 | 0.09 | 0.91 | 0.20 | 53.8 | 0.83 | 0.44 |
| Hex | CB | B8 | 13 | 0 | 9 | 5B | 14 | 36 | 53 | 2C |
| Octal | 313 | 270 | 23 | 0 | 11 | 133 | 24 | 66 | 123 | 54 |
| Binary | 11001011 | 10111000 | 10011 | 0 | 1001 | 1011011 | 10100 | 110110 | 1010011 | 101100 |
Color Harmonies of #CBB813
Complementary color
Monochromatic Colors of #CBB813
Black with #CBB813
Text Example
Text Example
White with #CBB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB813; }
p { color: rgb(203,184,19); }
H1.HeaderClassName
{
color: #CBB813;
}
.AnyTagClassName
{
color: #CBB813;
}
</style>
background-color css
<style>
a { background-color: #CBB813; }
a { background-color: rgb(203,184,19); }
div.DivClassName
{
background-color: #CBB813;
}
.BgClassName
{
background-color: #CBB813;
}
</style>
border-color css
<style>
span { border-color: #CBB813; }
span { border-color: rgb(203,184,19); }
td.TdClassName
{
border-color: #CBB813;
}
.TagClassName
{
border-color: #CBB813;
}
</style>