Shades of Bird Flower #CFC001
Tints of Bird Flower #CFC001
RGB
CMYK
RGB Variations
Color information
#CFC001 (or 0xCFC001) is known color: Bird Flower. HEX triplet: CF, C0 and 01. RGB value is (207,192,1). Sum of RGB (Red+Green+Blue) = 207+192+1=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC001 is #303FFE. Grayscale: #AFAFAF. Windows color (decimal): -3162111 or 114895. OLE color: 114895.
HSL color Cylindrical-coordinate representation of color #CFC001: hue angle of 55.63º 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 #CFC001 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.19 |
| HSL | 55.63º | 0.99% | 0.41% | - |
| HSV(B) | 55.63º | 1% | 0.81% | - |
| XYZ | 44.59 | 50.97 | 7.52 | - |
| YUV | 174.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 1 | 0 | 0.07 | 1.00 | 0.19 | 55.63 | 0.99 | 0.41 |
| Hex | CF | C0 | 1 | 0 | 7 | 64 | 13 | 38 | 63 | 29 |
| Octal | 317 | 300 | 1 | 0 | 7 | 144 | 23 | 70 | 143 | 51 |
| Binary | 11001111 | 11000000 | 1 | 0 | 111 | 1100100 | 10011 | 111000 | 1100011 | 101001 |
Color Harmonies of #CFC001
Complementary color
Monochromatic Colors of #CFC001
Black with #CFC001
Text Example
Text Example
White with #CFC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC001; }
p { color: rgb(207,192,1); }
H1.HeaderClassName
{
color: #CFC001;
}
.AnyTagClassName
{
color: #CFC001;
}
</style>
background-color css
<style>
a { background-color: #CFC001; }
a { background-color: rgb(207,192,1); }
div.DivClassName
{
background-color: #CFC001;
}
.BgClassName
{
background-color: #CFC001;
}
</style>
border-color css
<style>
span { border-color: #CFC001; }
span { border-color: rgb(207,192,1); }
td.TdClassName
{
border-color: #CFC001;
}
.TagClassName
{
border-color: #CFC001;
}
</style>