Shades of Bird Flower #CBB413
Tints of Bird Flower #CBB413
RGB
CMYK
RGB Variations
Color information
#CBB413 (or 0xCBB413) is known color: Bird Flower. HEX triplet: CB, B4 and 13. RGB value is (203,180,19). Sum of RGB (Red+Green+Blue) = 203+180+19=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB413 is #344BEC. Grayscale: #A9A9A9. Windows color (decimal): -3427309 or 1291467. OLE color: 1291467.
HSL color Cylindrical-coordinate representation of color #CBB413: hue angle of 52.5º 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 #CBB413 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.20 |
| HSL | 52.5º | 0.83% | 0.44% | - |
| HSV(B) | 52.5º | 0.91% | 0.8% | - |
| XYZ | 41.07 | 45.39 | 7.21 | - |
| YUV | 168.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 19 | 0 | 0.11 | 0.91 | 0.20 | 52.5 | 0.83 | 0.44 |
| Hex | CB | B4 | 13 | 0 | B | 5B | 14 | 34 | 53 | 2C |
| Octal | 313 | 264 | 23 | 0 | 13 | 133 | 24 | 64 | 123 | 54 |
| Binary | 11001011 | 10110100 | 10011 | 0 | 1011 | 1011011 | 10100 | 110100 | 1010011 | 101100 |
Color Harmonies of #CBB413
Complementary color
Monochromatic Colors of #CBB413
Black with #CBB413
Text Example
Text Example
White with #CBB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB413; }
p { color: rgb(203,180,19); }
H1.HeaderClassName
{
color: #CBB413;
}
.AnyTagClassName
{
color: #CBB413;
}
</style>
background-color css
<style>
a { background-color: #CBB413; }
a { background-color: rgb(203,180,19); }
div.DivClassName
{
background-color: #CBB413;
}
.BgClassName
{
background-color: #CBB413;
}
</style>
border-color css
<style>
span { border-color: #CBB413; }
span { border-color: rgb(203,180,19); }
td.TdClassName
{
border-color: #CBB413;
}
.TagClassName
{
border-color: #CBB413;
}
</style>