Shades of Bird Flower #CBC30C
Tints of Bird Flower #CBC30C
RGB
CMYK
RGB Variations
Color information
#CBC30C (or 0xCBC30C) is known color: Bird Flower. HEX triplet: CB, C3 and 0C. RGB value is (203,195,12). Sum of RGB (Red+Green+Blue) = 203+195+12=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC30C is #343CF3. Grayscale: #B1B1B1. Windows color (decimal): -3423476 or 836555. OLE color: 836555.
HSL color Cylindrical-coordinate representation of color #CBC30C: hue angle of 57.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBC30C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.20 |
| HSL | 57.49º | 0.89% | 0.42% | - |
| HSV(B) | 57.49º | 0.94% | 0.8% | - |
| XYZ | 44.21 | 51.75 | 8.01 | - |
| YUV | 176.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 12 | 0 | 0.04 | 0.94 | 0.20 | 57.49 | 0.89 | 0.42 |
| Hex | CB | C3 | C | 0 | 4 | 5E | 14 | 39 | 59 | 2A |
| Octal | 313 | 303 | 14 | 0 | 4 | 136 | 24 | 71 | 131 | 52 |
| Binary | 11001011 | 11000011 | 1100 | 0 | 100 | 1011110 | 10100 | 111001 | 1011001 | 101010 |
Color Harmonies of #CBC30C
Complementary color
Monochromatic Colors of #CBC30C
Black with #CBC30C
Text Example
Text Example
White with #CBC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC30C; }
p { color: rgb(203,195,12); }
H1.HeaderClassName
{
color: #CBC30C;
}
.AnyTagClassName
{
color: #CBC30C;
}
</style>
background-color css
<style>
a { background-color: #CBC30C; }
a { background-color: rgb(203,195,12); }
div.DivClassName
{
background-color: #CBC30C;
}
.BgClassName
{
background-color: #CBC30C;
}
</style>
border-color css
<style>
span { border-color: #CBC30C; }
span { border-color: rgb(203,195,12); }
td.TdClassName
{
border-color: #CBC30C;
}
.TagClassName
{
border-color: #CBC30C;
}
</style>