Shades of Sulu #C7DA93
Tints of Sulu #C7DA93
RGB
CMYK
RGB Variations
Color information
#C7DA93 (or 0xC7DA93) is known color: Sulu. HEX triplet: C7, DA and 93. RGB value is (199,218,147). Sum of RGB (Red+Green+Blue) = 199+218+147=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DA93 is #38256C. Grayscale: #CCCCCC. Windows color (decimal): -3679597 or 9689799. OLE color: 9689799.
HSL color Cylindrical-coordinate representation of color #C7DA93: hue angle of 76.06º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7DA93 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 147 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.15 |
| HSL | 76.06º | 0.49% | 0.72% | - |
| HSV(B) | 76.06º | 0.33% | 0.85% | - |
| XYZ | 53.89 | 64.39 | 37.19 | - |
| YUV | 204.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 147 | 0.09 | 0 | 0.33 | 0.15 | 76.06 | 0.49 | 0.72 |
| Hex | C7 | DA | 93 | 9 | 0 | 21 | F | 4C | 31 | 48 |
| Octal | 307 | 332 | 223 | 11 | 0 | 41 | 17 | 114 | 61 | 110 |
| Binary | 11000111 | 11011010 | 10010011 | 1001 | 0 | 100001 | 1111 | 1001100 | 110001 | 1001000 |
Color Harmonies of #C7DA93
Complementary color
Monochromatic Colors of #C7DA93
Black with #C7DA93
Text Example
Text Example
White with #C7DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA93; }
p { color: rgb(199,218,147); }
H1.HeaderClassName
{
color: #C7DA93;
}
.AnyTagClassName
{
color: #C7DA93;
}
</style>
background-color css
<style>
a { background-color: #C7DA93; }
a { background-color: rgb(199,218,147); }
div.DivClassName
{
background-color: #C7DA93;
}
.BgClassName
{
background-color: #C7DA93;
}
</style>
border-color css
<style>
span { border-color: #C7DA93; }
span { border-color: rgb(199,218,147); }
td.TdClassName
{
border-color: #C7DA93;
}
.TagClassName
{
border-color: #C7DA93;
}
</style>