Shades of Bird Flower #C8CF10
Tints of Bird Flower #C8CF10
RGB
CMYK
RGB Variations
Color information
#C8CF10 (or 0xC8CF10) is known color: Bird Flower. HEX triplet: C8, CF and 10. RGB value is (200,207,16). Sum of RGB (Red+Green+Blue) = 200+207+16=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CF10 is #3730EF. Grayscale: #B7B7B7. Windows color (decimal): -3617008 or 1101768. OLE color: 1101768.
HSL color Cylindrical-coordinate representation of color #C8CF10: hue angle of 62.2º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8CF10 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.19 |
| HSL | 62.2º | 0.86% | 0.44% | - |
| HSV(B) | 62.2º | 0.92% | 0.81% | - |
| XYZ | 46.23 | 56.94 | 9.04 | - |
| YUV | 183.13 | 33.68 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 16 | 0.03 | 0 | 0.92 | 0.19 | 62.2 | 0.86 | 0.44 |
| Hex | C8 | CF | 10 | 3 | 0 | 5C | 13 | 3E | 56 | 2C |
| Octal | 310 | 317 | 20 | 3 | 0 | 134 | 23 | 76 | 126 | 54 |
| Binary | 11001000 | 11001111 | 10000 | 11 | 0 | 1011100 | 10011 | 111110 | 1010110 | 101100 |
Color Harmonies of #C8CF10
Complementary color
Monochromatic Colors of #C8CF10
Black with #C8CF10
Text Example
Text Example
White with #C8CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF10; }
p { color: rgb(200,207,16); }
H1.HeaderClassName
{
color: #C8CF10;
}
.AnyTagClassName
{
color: #C8CF10;
}
</style>
background-color css
<style>
a { background-color: #C8CF10; }
a { background-color: rgb(200,207,16); }
div.DivClassName
{
background-color: #C8CF10;
}
.BgClassName
{
background-color: #C8CF10;
}
</style>
border-color css
<style>
span { border-color: #C8CF10; }
span { border-color: rgb(200,207,16); }
td.TdClassName
{
border-color: #C8CF10;
}
.TagClassName
{
border-color: #C8CF10;
}
</style>