Shades of Bird Flower #CBC405
Tints of Bird Flower #CBC405
RGB
CMYK
RGB Variations
Color information
#CBC405 (or 0xCBC405) is known color: Bird Flower. HEX triplet: CB, C4 and 05. RGB value is (203,196,5). Sum of RGB (Red+Green+Blue) = 203+196+5=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC405 is #343BFA. Grayscale: #B1B1B1. Windows color (decimal): -3423227 or 378059. OLE color: 378059.
HSL color Cylindrical-coordinate representation of color #CBC405: hue angle of 57.88º 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 #CBC405 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.20 |
| HSL | 57.88º | 0.95% | 0.41% | - |
| HSV(B) | 57.88º | 0.98% | 0.8% | - |
| XYZ | 44.4 | 52.19 | 7.88 | - |
| YUV | 176.32 | 31.32 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 5 | 0 | 0.03 | 0.98 | 0.20 | 57.88 | 0.95 | 0.41 |
| Hex | CB | C4 | 5 | 0 | 3 | 62 | 14 | 3A | 5F | 29 |
| Octal | 313 | 304 | 5 | 0 | 3 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001011 | 11000100 | 101 | 0 | 11 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CBC405
Complementary color
Monochromatic Colors of #CBC405
Black with #CBC405
Text Example
Text Example
White with #CBC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC405; }
p { color: rgb(203,196,5); }
H1.HeaderClassName
{
color: #CBC405;
}
.AnyTagClassName
{
color: #CBC405;
}
</style>
background-color css
<style>
a { background-color: #CBC405; }
a { background-color: rgb(203,196,5); }
div.DivClassName
{
background-color: #CBC405;
}
.BgClassName
{
background-color: #CBC405;
}
</style>
border-color css
<style>
span { border-color: #CBC405; }
span { border-color: rgb(203,196,5); }
td.TdClassName
{
border-color: #CBC405;
}
.TagClassName
{
border-color: #CBC405;
}
</style>