Shades of Bird Flower #CBC012
Tints of Bird Flower #CBC012
RGB
CMYK
RGB Variations
Color information
#CBC012 (or 0xCBC012) is known color: Bird Flower. HEX triplet: CB, C0 and 12. RGB value is (203,192,18). Sum of RGB (Red+Green+Blue) = 203+192+18=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC012 is #343FED. Grayscale: #B0B0B0. Windows color (decimal): -3424238 or 1229003. OLE color: 1229003.
HSL color Cylindrical-coordinate representation of color #CBC012: hue angle of 56.43º 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 #CBC012 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.20 |
| HSL | 56.43º | 0.84% | 0.43% | - |
| HSV(B) | 56.43º | 0.91% | 0.8% | - |
| XYZ | 43.59 | 50.44 | 8.01 | - |
| YUV | 175.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 18 | 0 | 0.05 | 0.91 | 0.20 | 56.43 | 0.84 | 0.43 |
| Hex | CB | C0 | 12 | 0 | 5 | 5B | 14 | 38 | 54 | 2B |
| Octal | 313 | 300 | 22 | 0 | 5 | 133 | 24 | 70 | 124 | 53 |
| Binary | 11001011 | 11000000 | 10010 | 0 | 101 | 1011011 | 10100 | 111000 | 1010100 | 101011 |
Color Harmonies of #CBC012
Complementary color
Monochromatic Colors of #CBC012
Black with #CBC012
Text Example
Text Example
White with #CBC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC012; }
p { color: rgb(203,192,18); }
H1.HeaderClassName
{
color: #CBC012;
}
.AnyTagClassName
{
color: #CBC012;
}
</style>
background-color css
<style>
a { background-color: #CBC012; }
a { background-color: rgb(203,192,18); }
div.DivClassName
{
background-color: #CBC012;
}
.BgClassName
{
background-color: #CBC012;
}
</style>
border-color css
<style>
span { border-color: #CBC012; }
span { border-color: rgb(203,192,18); }
td.TdClassName
{
border-color: #CBC012;
}
.TagClassName
{
border-color: #CBC012;
}
</style>