Shades of Bird Flower #C8CA0F
Tints of Bird Flower #C8CA0F
RGB
CMYK
RGB Variations
Color information
#C8CA0F (or 0xC8CA0F) is known color: Bird Flower. HEX triplet: C8, CA and 0F. RGB value is (200,202,15). Sum of RGB (Red+Green+Blue) = 200+202+15=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CA0F is #3735F0. Grayscale: #B4B4B4. Windows color (decimal): -3618289 or 1034952. OLE color: 1034952.
HSL color Cylindrical-coordinate representation of color #C8CA0F: hue angle of 60.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8CA0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.21 |
| HSL | 60.64º | 0.86% | 0.43% | - |
| HSV(B) | 60.64º | 0.93% | 0.79% | - |
| XYZ | 45.03 | 54.55 | 8.61 | - |
| YUV | 180.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 15 | 0.01 | 0 | 0.93 | 0.21 | 60.64 | 0.86 | 0.43 |
| Hex | C8 | CA | F | 1 | 0 | 5D | 15 | 3D | 56 | 2B |
| Octal | 310 | 312 | 17 | 1 | 0 | 135 | 25 | 75 | 126 | 53 |
| Binary | 11001000 | 11001010 | 1111 | 1 | 0 | 1011101 | 10101 | 111101 | 1010110 | 101011 |
Color Harmonies of #C8CA0F
Complementary color
Monochromatic Colors of #C8CA0F
Black with #C8CA0F
Text Example
Text Example
White with #C8CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA0F; }
p { color: rgb(200,202,15); }
H1.HeaderClassName
{
color: #C8CA0F;
}
.AnyTagClassName
{
color: #C8CA0F;
}
</style>
background-color css
<style>
a { background-color: #C8CA0F; }
a { background-color: rgb(200,202,15); }
div.DivClassName
{
background-color: #C8CA0F;
}
.BgClassName
{
background-color: #C8CA0F;
}
</style>
border-color css
<style>
span { border-color: #C8CA0F; }
span { border-color: rgb(200,202,15); }
td.TdClassName
{
border-color: #C8CA0F;
}
.TagClassName
{
border-color: #C8CA0F;
}
</style>