Shades of Sulu #C7DC93
Tints of Sulu #C7DC93
RGB
CMYK
RGB Variations
Color information
#C7DC93 (or 0xC7DC93) is known color: Sulu. HEX triplet: C7, DC and 93. RGB value is (199,220,147). Sum of RGB (Red+Green+Blue) = 199+220+147=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC93 is #38236C. Grayscale: #CDCDCD. Windows color (decimal): -3679085 or 9690311. OLE color: 9690311.
HSL color Cylindrical-coordinate representation of color #C7DC93: hue angle of 77.26º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7DC93 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 147 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.14 |
| HSL | 77.26º | 0.51% | 0.72% | - |
| HSV(B) | 77.26º | 0.33% | 0.86% | - |
| XYZ | 54.41 | 65.44 | 37.37 | - |
| YUV | 205.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 147 | 0.10 | 0 | 0.33 | 0.14 | 77.26 | 0.51 | 0.72 |
| Hex | C7 | DC | 93 | A | 0 | 21 | E | 4D | 33 | 48 |
| Octal | 307 | 334 | 223 | 12 | 0 | 41 | 16 | 115 | 63 | 110 |
| Binary | 11000111 | 11011100 | 10010011 | 1010 | 0 | 100001 | 1110 | 1001101 | 110011 | 1001000 |
Color Harmonies of #C7DC93
Complementary color
Monochromatic Colors of #C7DC93
Black with #C7DC93
Text Example
Text Example
White with #C7DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC93; }
p { color: rgb(199,220,147); }
H1.HeaderClassName
{
color: #C7DC93;
}
.AnyTagClassName
{
color: #C7DC93;
}
</style>
background-color css
<style>
a { background-color: #C7DC93; }
a { background-color: rgb(199,220,147); }
div.DivClassName
{
background-color: #C7DC93;
}
.BgClassName
{
background-color: #C7DC93;
}
</style>
border-color css
<style>
span { border-color: #C7DC93; }
span { border-color: rgb(199,220,147); }
td.TdClassName
{
border-color: #C7DC93;
}
.TagClassName
{
border-color: #C7DC93;
}
</style>