Shades of Bird Flower #C8C618
Tints of Bird Flower #C8C618
RGB
CMYK
RGB Variations
Color information
#C8C618 (or 0xC8C618) is known color: Bird Flower. HEX triplet: C8, C6 and 18. RGB value is (200,198,24). Sum of RGB (Red+Green+Blue) = 200+198+24=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C618 is #3739E7. Grayscale: #B3B3B3. Windows color (decimal): -3619304 or 1623752. OLE color: 1623752.
HSL color Cylindrical-coordinate representation of color #C8C618: hue angle of 59.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8C618 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.22 |
| HSL | 59.32º | 0.79% | 0.44% | - |
| HSV(B) | 59.32º | 0.88% | 0.78% | - |
| XYZ | 44.18 | 52.73 | 8.71 | - |
| YUV | 178.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 24 | 0 | 0.01 | 0.88 | 0.22 | 59.32 | 0.79 | 0.44 |
| Hex | C8 | C6 | 18 | 0 | 1 | 58 | 16 | 3B | 4F | 2C |
| Octal | 310 | 306 | 30 | 0 | 1 | 130 | 26 | 73 | 117 | 54 |
| Binary | 11001000 | 11000110 | 11000 | 0 | 1 | 1011000 | 10110 | 111011 | 1001111 | 101100 |
Color Harmonies of #C8C618
Complementary color
Monochromatic Colors of #C8C618
Black with #C8C618
Text Example
Text Example
White with #C8C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C618; }
p { color: rgb(200,198,24); }
H1.HeaderClassName
{
color: #C8C618;
}
.AnyTagClassName
{
color: #C8C618;
}
</style>
background-color css
<style>
a { background-color: #C8C618; }
a { background-color: rgb(200,198,24); }
div.DivClassName
{
background-color: #C8C618;
}
.BgClassName
{
background-color: #C8C618;
}
</style>
border-color css
<style>
span { border-color: #C8C618; }
span { border-color: rgb(200,198,24); }
td.TdClassName
{
border-color: #C8C618;
}
.TagClassName
{
border-color: #C8C618;
}
</style>