Shades of Bird Flower #CBC312
Tints of Bird Flower #CBC312
RGB
CMYK
RGB Variations
Color information
#CBC312 (or 0xCBC312) is known color: Bird Flower. HEX triplet: CB, C3 and 12. RGB value is (203,195,18). Sum of RGB (Red+Green+Blue) = 203+195+18=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC312 is #343CED. Grayscale: #B1B1B1. Windows color (decimal): -3423470 or 1229771. OLE color: 1229771.
HSL color Cylindrical-coordinate representation of color #CBC312: hue angle of 57.41º 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 #CBC312 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.20 |
| HSL | 57.41º | 0.84% | 0.43% | - |
| HSV(B) | 57.41º | 0.91% | 0.8% | - |
| XYZ | 44.25 | 51.77 | 8.23 | - |
| YUV | 177.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 18 | 0 | 0.04 | 0.91 | 0.20 | 57.41 | 0.84 | 0.43 |
| Hex | CB | C3 | 12 | 0 | 4 | 5B | 14 | 39 | 54 | 2B |
| Octal | 313 | 303 | 22 | 0 | 4 | 133 | 24 | 71 | 124 | 53 |
| Binary | 11001011 | 11000011 | 10010 | 0 | 100 | 1011011 | 10100 | 111001 | 1010100 | 101011 |
Color Harmonies of #CBC312
Complementary color
Monochromatic Colors of #CBC312
Black with #CBC312
Text Example
Text Example
White with #CBC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC312; }
p { color: rgb(203,195,18); }
H1.HeaderClassName
{
color: #CBC312;
}
.AnyTagClassName
{
color: #CBC312;
}
</style>
background-color css
<style>
a { background-color: #CBC312; }
a { background-color: rgb(203,195,18); }
div.DivClassName
{
background-color: #CBC312;
}
.BgClassName
{
background-color: #CBC312;
}
</style>
border-color css
<style>
span { border-color: #CBC312; }
span { border-color: rgb(203,195,18); }
td.TdClassName
{
border-color: #CBC312;
}
.TagClassName
{
border-color: #CBC312;
}
</style>