Shades of Bird Flower #CECE01
Tints of Bird Flower #CECE01
RGB
CMYK
RGB Variations
Color information
#CECE01 (or 0xCECE01) is known color: Bird Flower. HEX triplet: CE, CE and 01. RGB value is (206,206,1). Sum of RGB (Red+Green+Blue) = 206+206+1=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE01 is #3131FE. Grayscale: #B7B7B7. Windows color (decimal): -3224063 or 118478. OLE color: 118478.
HSL color Cylindrical-coordinate representation of color #CECE01: hue angle of 60º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CECE01 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 1 | - |
| CMYK | 0 | 0 | 1.00 | 0.19 |
| HSL | 60º | 0.99% | 0.41% | - |
| HSV(B) | 60º | 1% | 0.81% | - |
| XYZ | 47.53 | 57.27 | 8.58 | - |
| YUV | 182.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 1 | 0 | 0 | 1.00 | 0.19 | 60 | 0.99 | 0.41 |
| Hex | CE | CE | 1 | 0 | 0 | 64 | 13 | 3C | 63 | 29 |
| Octal | 316 | 316 | 1 | 0 | 0 | 144 | 23 | 74 | 143 | 51 |
| Binary | 11001110 | 11001110 | 1 | 0 | 0 | 1100100 | 10011 | 111100 | 1100011 | 101001 |
Color Harmonies of #CECE01
Complementary color
Monochromatic Colors of #CECE01
Black with #CECE01
Text Example
Text Example
White with #CECE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE01; }
p { color: rgb(206,206,1); }
H1.HeaderClassName
{
color: #CECE01;
}
.AnyTagClassName
{
color: #CECE01;
}
</style>
background-color css
<style>
a { background-color: #CECE01; }
a { background-color: rgb(206,206,1); }
div.DivClassName
{
background-color: #CECE01;
}
.BgClassName
{
background-color: #CECE01;
}
</style>
border-color css
<style>
span { border-color: #CECE01; }
span { border-color: rgb(206,206,1); }
td.TdClassName
{
border-color: #CECE01;
}
.TagClassName
{
border-color: #CECE01;
}
</style>