Shades of Bird Flower #CECF12
Tints of Bird Flower #CECF12
RGB
CMYK
RGB Variations
Color information
#CECF12 (or 0xCECF12) is known color: Bird Flower. HEX triplet: CE, CF and 12. RGB value is (206,207,18). Sum of RGB (Red+Green+Blue) = 206+207+18=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF12 is #3130ED. Grayscale: #B9B9B9. Windows color (decimal): -3223790 or 1232846. OLE color: 1232846.
HSL color Cylindrical-coordinate representation of color #CECF12: hue angle of 60.32º degrees, saturation: 0.84, 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 #CECF12 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 18 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.19 |
| HSL | 60.32º | 0.84% | 0.44% | - |
| HSV(B) | 60.32º | 0.91% | 0.81% | - |
| XYZ | 47.88 | 57.79 | 9.2 | - |
| YUV | 185.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 18 | 0.00 | 0 | 0.91 | 0.19 | 60.32 | 0.84 | 0.44 |
| Hex | CE | CF | 12 | 0 | 0 | 5B | 13 | 3C | 54 | 2C |
| Octal | 316 | 317 | 22 | 0 | 0 | 133 | 23 | 74 | 124 | 54 |
| Binary | 11001110 | 11001111 | 10010 | 0 | 0 | 1011011 | 10011 | 111100 | 1010100 | 101100 |
Color Harmonies of #CECF12
Complementary color
Monochromatic Colors of #CECF12
Black with #CECF12
Text Example
Text Example
White with #CECF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF12; }
p { color: rgb(206,207,18); }
H1.HeaderClassName
{
color: #CECF12;
}
.AnyTagClassName
{
color: #CECF12;
}
</style>
background-color css
<style>
a { background-color: #CECF12; }
a { background-color: rgb(206,207,18); }
div.DivClassName
{
background-color: #CECF12;
}
.BgClassName
{
background-color: #CECF12;
}
</style>
border-color css
<style>
span { border-color: #CECF12; }
span { border-color: rgb(206,207,18); }
td.TdClassName
{
border-color: #CECF12;
}
.TagClassName
{
border-color: #CECF12;
}
</style>