Shades of Bird Flower #CBC30B
Tints of Bird Flower #CBC30B
RGB
CMYK
RGB Variations
Color information
#CBC30B (or 0xCBC30B) is known color: Bird Flower. HEX triplet: CB, C3 and 0B. RGB value is (203,195,11). Sum of RGB (Red+Green+Blue) = 203+195+11=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC30B is #343CF4. Grayscale: #B1B1B1. Windows color (decimal): -3423477 or 771019. OLE color: 771019.
HSL color Cylindrical-coordinate representation of color #CBC30B: hue angle of 57.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBC30B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.20 |
| HSL | 57.5º | 0.9% | 0.42% | - |
| HSV(B) | 57.5º | 0.95% | 0.8% | - |
| XYZ | 44.2 | 51.75 | 7.98 | - |
| YUV | 176.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 11 | 0 | 0.04 | 0.95 | 0.20 | 57.5 | 0.9 | 0.42 |
| Hex | CB | C3 | B | 0 | 4 | 5F | 14 | 3A | 5A | 2A |
| Octal | 313 | 303 | 13 | 0 | 4 | 137 | 24 | 72 | 132 | 52 |
| Binary | 11001011 | 11000011 | 1011 | 0 | 100 | 1011111 | 10100 | 111010 | 1011010 | 101010 |
Color Harmonies of #CBC30B
Complementary color
Monochromatic Colors of #CBC30B
Black with #CBC30B
Text Example
Text Example
White with #CBC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC30B; }
p { color: rgb(203,195,11); }
H1.HeaderClassName
{
color: #CBC30B;
}
.AnyTagClassName
{
color: #CBC30B;
}
</style>
background-color css
<style>
a { background-color: #CBC30B; }
a { background-color: rgb(203,195,11); }
div.DivClassName
{
background-color: #CBC30B;
}
.BgClassName
{
background-color: #CBC30B;
}
</style>
border-color css
<style>
span { border-color: #CBC30B; }
span { border-color: rgb(203,195,11); }
td.TdClassName
{
border-color: #CBC30B;
}
.TagClassName
{
border-color: #CBC30B;
}
</style>