Shades of Sulu #C8DC89
Tints of Sulu #C8DC89
RGB
CMYK
RGB Variations
Color information
#C8DC89 (or 0xC8DC89) is known color: Sulu. HEX triplet: C8, DC and 89. RGB value is (200,220,137). Sum of RGB (Red+Green+Blue) = 200+220+137=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC89 is #372376. Grayscale: #CCCCCC. Windows color (decimal): -3613559 or 9034952. OLE color: 9034952.
HSL color Cylindrical-coordinate representation of color #C8DC89: hue angle of 74.46º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8DC89 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 137 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.14 |
| HSL | 74.46º | 0.54% | 0.7% | - |
| HSV(B) | 74.46º | 0.38% | 0.86% | - |
| XYZ | 53.93 | 65.27 | 33.42 | - |
| YUV | 204.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 137 | 0.09 | 0 | 0.38 | 0.14 | 74.46 | 0.54 | 0.7 |
| Hex | C8 | DC | 89 | 9 | 0 | 26 | E | 4A | 36 | 46 |
| Octal | 310 | 334 | 211 | 11 | 0 | 46 | 16 | 112 | 66 | 106 |
| Binary | 11001000 | 11011100 | 10001001 | 1001 | 0 | 100110 | 1110 | 1001010 | 110110 | 1000110 |
Color Harmonies of #C8DC89
Complementary color
Monochromatic Colors of #C8DC89
Black with #C8DC89
Text Example
Text Example
White with #C8DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC89; }
p { color: rgb(200,220,137); }
H1.HeaderClassName
{
color: #C8DC89;
}
.AnyTagClassName
{
color: #C8DC89;
}
</style>
background-color css
<style>
a { background-color: #C8DC89; }
a { background-color: rgb(200,220,137); }
div.DivClassName
{
background-color: #C8DC89;
}
.BgClassName
{
background-color: #C8DC89;
}
</style>
border-color css
<style>
span { border-color: #C8DC89; }
span { border-color: rgb(200,220,137); }
td.TdClassName
{
border-color: #C8DC89;
}
.TagClassName
{
border-color: #C8DC89;
}
</style>