Shades of Sulu #C8DC92
Tints of Sulu #C8DC92
RGB
CMYK
RGB Variations
Color information
#C8DC92 (or 0xC8DC92) is known color: Sulu. HEX triplet: C8, DC and 92. RGB value is (200,220,146). Sum of RGB (Red+Green+Blue) = 200+220+146=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DC92 is #37236D. Grayscale: #CDCDCD. Windows color (decimal): -3613550 or 9624776. OLE color: 9624776.
HSL color Cylindrical-coordinate representation of color #C8DC92: hue angle of 76.22º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8DC92 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 146 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.14 |
| HSL | 76.22º | 0.51% | 0.72% | - |
| HSV(B) | 76.22º | 0.34% | 0.86% | - |
| XYZ | 54.6 | 65.54 | 36.97 | - |
| YUV | 205.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 146 | 0.09 | 0 | 0.34 | 0.14 | 76.22 | 0.51 | 0.72 |
| Hex | C8 | DC | 92 | 9 | 0 | 22 | E | 4C | 33 | 48 |
| Octal | 310 | 334 | 222 | 11 | 0 | 42 | 16 | 114 | 63 | 110 |
| Binary | 11001000 | 11011100 | 10010010 | 1001 | 0 | 100010 | 1110 | 1001100 | 110011 | 1001000 |
Color Harmonies of #C8DC92
Complementary color
Monochromatic Colors of #C8DC92
Black with #C8DC92
Text Example
Text Example
White with #C8DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC92; }
p { color: rgb(200,220,146); }
H1.HeaderClassName
{
color: #C8DC92;
}
.AnyTagClassName
{
color: #C8DC92;
}
</style>
background-color css
<style>
a { background-color: #C8DC92; }
a { background-color: rgb(200,220,146); }
div.DivClassName
{
background-color: #C8DC92;
}
.BgClassName
{
background-color: #C8DC92;
}
</style>
border-color css
<style>
span { border-color: #C8DC92; }
span { border-color: rgb(200,220,146); }
td.TdClassName
{
border-color: #C8DC92;
}
.TagClassName
{
border-color: #C8DC92;
}
</style>