Shades of Bird Flower #CBC315
Tints of Bird Flower #CBC315
RGB
CMYK
RGB Variations
Color information
#CBC315 (or 0xCBC315) is known color: Bird Flower. HEX triplet: CB, C3 and 15. RGB value is (203,195,21). Sum of RGB (Red+Green+Blue) = 203+195+21=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC315 is #343CEA. Grayscale: #B2B2B2. Windows color (decimal): -3423467 or 1426379. OLE color: 1426379.
HSL color Cylindrical-coordinate representation of color #CBC315: hue angle of 57.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBC315 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 21 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.20 |
| HSL | 57.36º | 0.81% | 0.44% | - |
| HSV(B) | 57.36º | 0.9% | 0.8% | - |
| XYZ | 44.28 | 51.78 | 8.37 | - |
| YUV | 177.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 21 | 0 | 0.04 | 0.90 | 0.20 | 57.36 | 0.81 | 0.44 |
| Hex | CB | C3 | 15 | 0 | 4 | 5A | 14 | 39 | 51 | 2C |
| Octal | 313 | 303 | 25 | 0 | 4 | 132 | 24 | 71 | 121 | 54 |
| Binary | 11001011 | 11000011 | 10101 | 0 | 100 | 1011010 | 10100 | 111001 | 1010001 | 101100 |
Color Harmonies of #CBC315
Complementary color
Monochromatic Colors of #CBC315
Black with #CBC315
Text Example
Text Example
White with #CBC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC315; }
p { color: rgb(203,195,21); }
H1.HeaderClassName
{
color: #CBC315;
}
.AnyTagClassName
{
color: #CBC315;
}
</style>
background-color css
<style>
a { background-color: #CBC315; }
a { background-color: rgb(203,195,21); }
div.DivClassName
{
background-color: #CBC315;
}
.BgClassName
{
background-color: #CBC315;
}
</style>
border-color css
<style>
span { border-color: #CBC315; }
span { border-color: rgb(203,195,21); }
td.TdClassName
{
border-color: #CBC315;
}
.TagClassName
{
border-color: #CBC315;
}
</style>