Shades of Bird Flower #CECE13
Tints of Bird Flower #CECE13
RGB
CMYK
RGB Variations
Color information
#CECE13 (or 0xCECE13) is known color: Bird Flower. HEX triplet: CE, CE and 13. RGB value is (206,206,19). Sum of RGB (Red+Green+Blue) = 206+206+19=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE13 is #3131EC. Grayscale: #B9B9B9. Windows color (decimal): -3224045 or 1298126. OLE color: 1298126.
HSL color Cylindrical-coordinate representation of color #CECE13: hue angle of 60º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CECE13 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 19 | - |
| CMYK | 0 | 0 | 0.91 | 0.19 |
| HSL | 60º | 0.83% | 0.44% | - |
| HSV(B) | 60º | 0.91% | 0.81% | - |
| XYZ | 47.64 | 57.31 | 9.17 | - |
| YUV | 184.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 19 | 0 | 0 | 0.91 | 0.19 | 60 | 0.83 | 0.44 |
| Hex | CE | CE | 13 | 0 | 0 | 5B | 13 | 3C | 53 | 2C |
| Octal | 316 | 316 | 23 | 0 | 0 | 133 | 23 | 74 | 123 | 54 |
| Binary | 11001110 | 11001110 | 10011 | 0 | 0 | 1011011 | 10011 | 111100 | 1010011 | 101100 |
Color Harmonies of #CECE13
Complementary color
Monochromatic Colors of #CECE13
Black with #CECE13
Text Example
Text Example
White with #CECE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE13; }
p { color: rgb(206,206,19); }
H1.HeaderClassName
{
color: #CECE13;
}
.AnyTagClassName
{
color: #CECE13;
}
</style>
background-color css
<style>
a { background-color: #CECE13; }
a { background-color: rgb(206,206,19); }
div.DivClassName
{
background-color: #CECE13;
}
.BgClassName
{
background-color: #CECE13;
}
</style>
border-color css
<style>
span { border-color: #CECE13; }
span { border-color: rgb(206,206,19); }
td.TdClassName
{
border-color: #CECE13;
}
.TagClassName
{
border-color: #CECE13;
}
</style>