Shades of Sulu #C8DB86
Tints of Sulu #C8DB86
RGB
CMYK
RGB Variations
Color information
#C8DB86 (or 0xC8DB86) is known color: Sulu. HEX triplet: C8, DB and 86. RGB value is (200,219,134). Sum of RGB (Red+Green+Blue) = 200+219+134=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB86 is #372479. Grayscale: #CBCBCB. Windows color (decimal): -3613818 or 8838088. OLE color: 8838088.
HSL color Cylindrical-coordinate representation of color #C8DB86: hue angle of 73.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8DB86 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 134 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.14 |
| HSL | 73.41º | 0.54% | 0.69% | - |
| HSV(B) | 73.41º | 0.39% | 0.86% | - |
| XYZ | 53.45 | 64.66 | 32.22 | - |
| YUV | 203.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 134 | 0.09 | 0 | 0.39 | 0.14 | 73.41 | 0.54 | 0.69 |
| Hex | C8 | DB | 86 | 9 | 0 | 27 | E | 49 | 36 | 45 |
| Octal | 310 | 333 | 206 | 11 | 0 | 47 | 16 | 111 | 66 | 105 |
| Binary | 11001000 | 11011011 | 10000110 | 1001 | 0 | 100111 | 1110 | 1001001 | 110110 | 1000101 |
Color Harmonies of #C8DB86
Complementary color
Monochromatic Colors of #C8DB86
Black with #C8DB86
Text Example
Text Example
White with #C8DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB86; }
p { color: rgb(200,219,134); }
H1.HeaderClassName
{
color: #C8DB86;
}
.AnyTagClassName
{
color: #C8DB86;
}
</style>
background-color css
<style>
a { background-color: #C8DB86; }
a { background-color: rgb(200,219,134); }
div.DivClassName
{
background-color: #C8DB86;
}
.BgClassName
{
background-color: #C8DB86;
}
</style>
border-color css
<style>
span { border-color: #C8DB86; }
span { border-color: rgb(200,219,134); }
td.TdClassName
{
border-color: #C8DB86;
}
.TagClassName
{
border-color: #C8DB86;
}
</style>