Shades of Bird Flower #CBC305
Tints of Bird Flower #CBC305
RGB
CMYK
RGB Variations
Color information
#CBC305 (or 0xCBC305) is known color: Bird Flower. HEX triplet: CB, C3 and 05. RGB value is (203,195,5). Sum of RGB (Red+Green+Blue) = 203+195+5=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC305 is #343CFA. Grayscale: #B0B0B0. Windows color (decimal): -3423483 or 377803. OLE color: 377803.
HSL color Cylindrical-coordinate representation of color #CBC305: hue angle of 57.58º 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 #CBC305 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.20 |
| HSL | 57.58º | 0.95% | 0.41% | - |
| HSV(B) | 57.58º | 0.98% | 0.8% | - |
| XYZ | 44.17 | 51.74 | 7.8 | - |
| YUV | 175.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 5 | 0 | 0.04 | 0.98 | 0.20 | 57.58 | 0.95 | 0.41 |
| Hex | CB | C3 | 5 | 0 | 4 | 62 | 14 | 3A | 5F | 29 |
| Octal | 313 | 303 | 5 | 0 | 4 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001011 | 11000011 | 101 | 0 | 100 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CBC305
Complementary color
Monochromatic Colors of #CBC305
Black with #CBC305
Text Example
Text Example
White with #CBC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC305; }
p { color: rgb(203,195,5); }
H1.HeaderClassName
{
color: #CBC305;
}
.AnyTagClassName
{
color: #CBC305;
}
</style>
background-color css
<style>
a { background-color: #CBC305; }
a { background-color: rgb(203,195,5); }
div.DivClassName
{
background-color: #CBC305;
}
.BgClassName
{
background-color: #CBC305;
}
</style>
border-color css
<style>
span { border-color: #CBC305; }
span { border-color: rgb(203,195,5); }
td.TdClassName
{
border-color: #CBC305;
}
.TagClassName
{
border-color: #CBC305;
}
</style>