Shades of Bird Flower #CFC101
Tints of Bird Flower #CFC101
RGB
CMYK
RGB Variations
Color information
#CFC101 (or 0xCFC101) is known color: Bird Flower. HEX triplet: CF, C1 and 01. RGB value is (207,193,1). Sum of RGB (Red+Green+Blue) = 207+193+1=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC101 is #303EFE. Grayscale: #B0B0B0. Windows color (decimal): -3161855 or 115151. OLE color: 115151.
HSL color Cylindrical-coordinate representation of color #CFC101: hue angle of 55.92º 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 #CFC101 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.19 |
| HSL | 55.92º | 0.99% | 0.41% | - |
| HSV(B) | 55.92º | 1% | 0.81% | - |
| XYZ | 44.81 | 51.41 | 7.59 | - |
| YUV | 175.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 1 | 0 | 0.07 | 1.00 | 0.19 | 55.92 | 0.99 | 0.41 |
| Hex | CF | C1 | 1 | 0 | 7 | 64 | 13 | 38 | 63 | 29 |
| Octal | 317 | 301 | 1 | 0 | 7 | 144 | 23 | 70 | 143 | 51 |
| Binary | 11001111 | 11000001 | 1 | 0 | 111 | 1100100 | 10011 | 111000 | 1100011 | 101001 |
Color Harmonies of #CFC101
Complementary color
Monochromatic Colors of #CFC101
Black with #CFC101
Text Example
Text Example
White with #CFC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC101; }
p { color: rgb(207,193,1); }
H1.HeaderClassName
{
color: #CFC101;
}
.AnyTagClassName
{
color: #CFC101;
}
</style>
background-color css
<style>
a { background-color: #CFC101; }
a { background-color: rgb(207,193,1); }
div.DivClassName
{
background-color: #CFC101;
}
.BgClassName
{
background-color: #CFC101;
}
</style>
border-color css
<style>
span { border-color: #CFC101; }
span { border-color: rgb(207,193,1); }
td.TdClassName
{
border-color: #CFC101;
}
.TagClassName
{
border-color: #CFC101;
}
</style>