Shades of Sulu #C7DB92
Tints of Sulu #C7DB92
RGB
CMYK
RGB Variations
Color information
#C7DB92 (or 0xC7DB92) is known color: Sulu. HEX triplet: C7, DB and 92. RGB value is (199,219,146). Sum of RGB (Red+Green+Blue) = 199+219+146=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB92 is #38246D. Grayscale: #CCCCCC. Windows color (decimal): -3679342 or 9624519. OLE color: 9624519.
HSL color Cylindrical-coordinate representation of color #C7DB92: hue angle of 76.44º degrees, saturation: 0.5, 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 #C7DB92 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 146 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.14 |
| HSL | 76.44º | 0.5% | 0.72% | - |
| HSV(B) | 76.44º | 0.33% | 0.86% | - |
| XYZ | 54.07 | 64.88 | 36.87 | - |
| YUV | 204.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 146 | 0.09 | 0 | 0.33 | 0.14 | 76.44 | 0.5 | 0.72 |
| Hex | C7 | DB | 92 | 9 | 0 | 21 | E | 4C | 32 | 48 |
| Octal | 307 | 333 | 222 | 11 | 0 | 41 | 16 | 114 | 62 | 110 |
| Binary | 11000111 | 11011011 | 10010010 | 1001 | 0 | 100001 | 1110 | 1001100 | 110010 | 1001000 |
Color Harmonies of #C7DB92
Complementary color
Monochromatic Colors of #C7DB92
Black with #C7DB92
Text Example
Text Example
White with #C7DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB92; }
p { color: rgb(199,219,146); }
H1.HeaderClassName
{
color: #C7DB92;
}
.AnyTagClassName
{
color: #C7DB92;
}
</style>
background-color css
<style>
a { background-color: #C7DB92; }
a { background-color: rgb(199,219,146); }
div.DivClassName
{
background-color: #C7DB92;
}
.BgClassName
{
background-color: #C7DB92;
}
</style>
border-color css
<style>
span { border-color: #C7DB92; }
span { border-color: rgb(199,219,146); }
td.TdClassName
{
border-color: #C7DB92;
}
.TagClassName
{
border-color: #C7DB92;
}
</style>