Shades of Bird Flower #C8CA14
Tints of Bird Flower #C8CA14
RGB
CMYK
RGB Variations
Color information
#C8CA14 (or 0xC8CA14) is known color: Bird Flower. HEX triplet: C8, CA and 14. RGB value is (200,202,20). Sum of RGB (Red+Green+Blue) = 200+202+20=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CA14 is #3735EB. Grayscale: #B5B5B5. Windows color (decimal): -3618284 or 1362632. OLE color: 1362632.
HSL color Cylindrical-coordinate representation of color #C8CA14: hue angle of 60.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8CA14 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 20 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.21 |
| HSL | 60.66º | 0.82% | 0.44% | - |
| HSV(B) | 60.66º | 0.9% | 0.79% | - |
| XYZ | 45.07 | 54.57 | 8.82 | - |
| YUV | 180.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 20 | 0.01 | 0 | 0.90 | 0.21 | 60.66 | 0.82 | 0.44 |
| Hex | C8 | CA | 14 | 1 | 0 | 5A | 15 | 3D | 52 | 2C |
| Octal | 310 | 312 | 24 | 1 | 0 | 132 | 25 | 75 | 122 | 54 |
| Binary | 11001000 | 11001010 | 10100 | 1 | 0 | 1011010 | 10101 | 111101 | 1010010 | 101100 |
Color Harmonies of #C8CA14
Complementary color
Monochromatic Colors of #C8CA14
Black with #C8CA14
Text Example
Text Example
White with #C8CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA14; }
p { color: rgb(200,202,20); }
H1.HeaderClassName
{
color: #C8CA14;
}
.AnyTagClassName
{
color: #C8CA14;
}
</style>
background-color css
<style>
a { background-color: #C8CA14; }
a { background-color: rgb(200,202,20); }
div.DivClassName
{
background-color: #C8CA14;
}
.BgClassName
{
background-color: #C8CA14;
}
</style>
border-color css
<style>
span { border-color: #C8CA14; }
span { border-color: rgb(200,202,20); }
td.TdClassName
{
border-color: #C8CA14;
}
.TagClassName
{
border-color: #C8CA14;
}
</style>