Shades of Bird Flower #CBC505
Tints of Bird Flower #CBC505
RGB
CMYK
RGB Variations
Color information
#CBC505 (or 0xCBC505) is known color: Bird Flower. HEX triplet: CB, C5 and 05. RGB value is (203,197,5). Sum of RGB (Red+Green+Blue) = 203+197+5=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC505 is #343AFA. Grayscale: #B1B1B1. Windows color (decimal): -3422971 or 378315. OLE color: 378315.
HSL color Cylindrical-coordinate representation of color #CBC505: hue angle of 58.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBC505 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.20 |
| HSL | 58.18º | 0.95% | 0.41% | - |
| HSV(B) | 58.18º | 0.98% | 0.8% | - |
| XYZ | 44.62 | 52.64 | 7.95 | - |
| YUV | 176.91 | 30.99 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 5 | 0 | 0.03 | 0.98 | 0.20 | 58.18 | 0.95 | 0.41 |
| Hex | CB | C5 | 5 | 0 | 3 | 62 | 14 | 3A | 5F | 29 |
| Octal | 313 | 305 | 5 | 0 | 3 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001011 | 11000101 | 101 | 0 | 11 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CBC505
Complementary color
Monochromatic Colors of #CBC505
Black with #CBC505
Text Example
Text Example
White with #CBC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC505; }
p { color: rgb(203,197,5); }
H1.HeaderClassName
{
color: #CBC505;
}
.AnyTagClassName
{
color: #CBC505;
}
</style>
background-color css
<style>
a { background-color: #CBC505; }
a { background-color: rgb(203,197,5); }
div.DivClassName
{
background-color: #CBC505;
}
.BgClassName
{
background-color: #CBC505;
}
</style>
border-color css
<style>
span { border-color: #CBC505; }
span { border-color: rgb(203,197,5); }
td.TdClassName
{
border-color: #CBC505;
}
.TagClassName
{
border-color: #CBC505;
}
</style>