Shades of Bird Flower #C8CC13
Tints of Bird Flower #C8CC13
RGB
CMYK
RGB Variations
Color information
#C8CC13 (or 0xC8CC13) is known color: Bird Flower. HEX triplet: C8, CC and 13. RGB value is (200,204,19). Sum of RGB (Red+Green+Blue) = 200+204+19=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CC13 is #3733EC. Grayscale: #B6B6B6. Windows color (decimal): -3617773 or 1297608. OLE color: 1297608.
HSL color Cylindrical-coordinate representation of color #C8CC13: hue angle of 61.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8CC13 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 19 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.2 |
| HSL | 61.3º | 0.83% | 0.44% | - |
| HSV(B) | 61.3º | 0.91% | 0.8% | - |
| XYZ | 45.53 | 55.51 | 8.93 | - |
| YUV | 181.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 19 | 0.02 | 0 | 0.91 | 0.2 | 61.3 | 0.83 | 0.44 |
| Hex | C8 | CC | 13 | 2 | 0 | 5B | 14 | 3D | 53 | 2C |
| Octal | 310 | 314 | 23 | 2 | 0 | 133 | 24 | 75 | 123 | 54 |
| Binary | 11001000 | 11001100 | 10011 | 10 | 0 | 1011011 | 10100 | 111101 | 1010011 | 101100 |
Color Harmonies of #C8CC13
Complementary color
Monochromatic Colors of #C8CC13
Black with #C8CC13
Text Example
Text Example
White with #C8CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC13; }
p { color: rgb(200,204,19); }
H1.HeaderClassName
{
color: #C8CC13;
}
.AnyTagClassName
{
color: #C8CC13;
}
</style>
background-color css
<style>
a { background-color: #C8CC13; }
a { background-color: rgb(200,204,19); }
div.DivClassName
{
background-color: #C8CC13;
}
.BgClassName
{
background-color: #C8CC13;
}
</style>
border-color css
<style>
span { border-color: #C8CC13; }
span { border-color: rgb(200,204,19); }
td.TdClassName
{
border-color: #C8CC13;
}
.TagClassName
{
border-color: #C8CC13;
}
</style>