Shades of Bird Flower #CBC612
Tints of Bird Flower #CBC612
RGB
CMYK
RGB Variations
Color information
#CBC612 (or 0xCBC612) is known color: Bird Flower. HEX triplet: CB, C6 and 12. RGB value is (203,198,18). Sum of RGB (Red+Green+Blue) = 203+198+18=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC612 is #3439ED. Grayscale: #B3B3B3. Windows color (decimal): -3422702 or 1230539. OLE color: 1230539.
HSL color Cylindrical-coordinate representation of color #CBC612: hue angle of 58.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBC612 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.20 |
| HSL | 58.38º | 0.84% | 0.43% | - |
| HSV(B) | 58.38º | 0.91% | 0.8% | - |
| XYZ | 44.93 | 53.13 | 8.46 | - |
| YUV | 178.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 18 | 0 | 0.02 | 0.91 | 0.20 | 58.38 | 0.84 | 0.43 |
| Hex | CB | C6 | 12 | 0 | 2 | 5B | 14 | 3A | 54 | 2B |
| Octal | 313 | 306 | 22 | 0 | 2 | 133 | 24 | 72 | 124 | 53 |
| Binary | 11001011 | 11000110 | 10010 | 0 | 10 | 1011011 | 10100 | 111010 | 1010100 | 101011 |
Color Harmonies of #CBC612
Complementary color
Monochromatic Colors of #CBC612
Black with #CBC612
Text Example
Text Example
White with #CBC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC612; }
p { color: rgb(203,198,18); }
H1.HeaderClassName
{
color: #CBC612;
}
.AnyTagClassName
{
color: #CBC612;
}
</style>
background-color css
<style>
a { background-color: #CBC612; }
a { background-color: rgb(203,198,18); }
div.DivClassName
{
background-color: #CBC612;
}
.BgClassName
{
background-color: #CBC612;
}
</style>
border-color css
<style>
span { border-color: #CBC612; }
span { border-color: rgb(203,198,18); }
td.TdClassName
{
border-color: #CBC612;
}
.TagClassName
{
border-color: #CBC612;
}
</style>