Shades of Sulu #C8E192
Tints of Sulu #C8E192
RGB
CMYK
RGB Variations
Color information
#C8E192 (or 0xC8E192) is known color: Sulu. HEX triplet: C8, E1 and 92. RGB value is (200,225,146). Sum of RGB (Red+Green+Blue) = 200+225+146=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E192 is #371E6D. Grayscale: #D0D0D0. Windows color (decimal): -3612270 or 9626056. OLE color: 9626056.
HSL color Cylindrical-coordinate representation of color #C8E192: hue angle of 78.99º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8E192 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 146 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.12 |
| HSL | 78.99º | 0.57% | 0.73% | - |
| HSV(B) | 78.99º | 0.35% | 0.88% | - |
| XYZ | 55.93 | 68.21 | 37.41 | - |
| YUV | 208.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 146 | 0.11 | 0 | 0.35 | 0.12 | 78.99 | 0.57 | 0.73 |
| Hex | C8 | E1 | 92 | B | 0 | 23 | C | 4F | 39 | 49 |
| Octal | 310 | 341 | 222 | 13 | 0 | 43 | 14 | 117 | 71 | 111 |
| Binary | 11001000 | 11100001 | 10010010 | 1011 | 0 | 100011 | 1100 | 1001111 | 111001 | 1001001 |
Color Harmonies of #C8E192
Complementary color
Monochromatic Colors of #C8E192
Black with #C8E192
Text Example
Text Example
White with #C8E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E192; }
p { color: rgb(200,225,146); }
H1.HeaderClassName
{
color: #C8E192;
}
.AnyTagClassName
{
color: #C8E192;
}
</style>
background-color css
<style>
a { background-color: #C8E192; }
a { background-color: rgb(200,225,146); }
div.DivClassName
{
background-color: #C8E192;
}
.BgClassName
{
background-color: #C8E192;
}
</style>
border-color css
<style>
span { border-color: #C8E192; }
span { border-color: rgb(200,225,146); }
td.TdClassName
{
border-color: #C8E192;
}
.TagClassName
{
border-color: #C8E192;
}
</style>