Shades of Bird Flower #C8CD15
Tints of Bird Flower #C8CD15
RGB
CMYK
RGB Variations
Color information
#C8CD15 (or 0xC8CD15) is known color: Bird Flower. HEX triplet: C8, CD and 15. RGB value is (200,205,21). Sum of RGB (Red+Green+Blue) = 200+205+21=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CD15 is #3732EA. Grayscale: #B7B7B7. Windows color (decimal): -3617515 or 1428936. OLE color: 1428936.
HSL color Cylindrical-coordinate representation of color #C8CD15: hue angle of 61.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8CD15 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.20 |
| HSL | 61.63º | 0.81% | 0.44% | - |
| HSV(B) | 61.63º | 0.9% | 0.8% | - |
| XYZ | 45.79 | 56 | 9.1 | - |
| YUV | 182.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 21 | 0.02 | 0 | 0.90 | 0.20 | 61.63 | 0.81 | 0.44 |
| Hex | C8 | CD | 15 | 2 | 0 | 5A | 14 | 3E | 51 | 2C |
| Octal | 310 | 315 | 25 | 2 | 0 | 132 | 24 | 76 | 121 | 54 |
| Binary | 11001000 | 11001101 | 10101 | 10 | 0 | 1011010 | 10100 | 111110 | 1010001 | 101100 |
Color Harmonies of #C8CD15
Complementary color
Monochromatic Colors of #C8CD15
Black with #C8CD15
Text Example
Text Example
White with #C8CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD15; }
p { color: rgb(200,205,21); }
H1.HeaderClassName
{
color: #C8CD15;
}
.AnyTagClassName
{
color: #C8CD15;
}
</style>
background-color css
<style>
a { background-color: #C8CD15; }
a { background-color: rgb(200,205,21); }
div.DivClassName
{
background-color: #C8CD15;
}
.BgClassName
{
background-color: #C8CD15;
}
</style>
border-color css
<style>
span { border-color: #C8CD15; }
span { border-color: rgb(200,205,21); }
td.TdClassName
{
border-color: #C8CD15;
}
.TagClassName
{
border-color: #C8CD15;
}
</style>