Shades of Bird Flower #CFC605
Tints of Bird Flower #CFC605
RGB
CMYK
RGB Variations
Color information
#CFC605 (or 0xCFC605) is known color: Bird Flower. HEX triplet: CF, C6 and 05. RGB value is (207,198,5). Sum of RGB (Red+Green+Blue) = 207+198+5=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC605 is #3039FA. Grayscale: #B3B3B3. Windows color (decimal): -3160571 or 378575. OLE color: 378575.
HSL color Cylindrical-coordinate representation of color #CFC605: hue angle of 57.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFC605 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.19 |
| HSL | 57.33º | 0.95% | 0.42% | - |
| HSV(B) | 57.33º | 0.98% | 0.81% | - |
| XYZ | 45.95 | 53.66 | 8.08 | - |
| YUV | 178.69 | 29.98 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 5 | 0 | 0.04 | 0.98 | 0.19 | 57.33 | 0.95 | 0.42 |
| Hex | CF | C6 | 5 | 0 | 4 | 62 | 13 | 39 | 5F | 2A |
| Octal | 317 | 306 | 5 | 0 | 4 | 142 | 23 | 71 | 137 | 52 |
| Binary | 11001111 | 11000110 | 101 | 0 | 100 | 1100010 | 10011 | 111001 | 1011111 | 101010 |
Color Harmonies of #CFC605
Complementary color
Monochromatic Colors of #CFC605
Black with #CFC605
Text Example
Text Example
White with #CFC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC605; }
p { color: rgb(207,198,5); }
H1.HeaderClassName
{
color: #CFC605;
}
.AnyTagClassName
{
color: #CFC605;
}
</style>
background-color css
<style>
a { background-color: #CFC605; }
a { background-color: rgb(207,198,5); }
div.DivClassName
{
background-color: #CFC605;
}
.BgClassName
{
background-color: #CFC605;
}
</style>
border-color css
<style>
span { border-color: #CFC605; }
span { border-color: rgb(207,198,5); }
td.TdClassName
{
border-color: #CFC605;
}
.TagClassName
{
border-color: #CFC605;
}
</style>