Shades of Sulu #CCE186
Tints of Sulu #CCE186
RGB
CMYK
RGB Variations
Color information
#CCE186 (or 0xCCE186) is known color: Sulu. HEX triplet: CC, E1 and 86. RGB value is (204,225,134). Sum of RGB (Red+Green+Blue) = 204+225+134=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE186 is #331E79. Grayscale: #D0D0D0. Windows color (decimal): -3350138 or 8839628. OLE color: 8839628.
HSL color Cylindrical-coordinate representation of color #CCE186: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCE186 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 134 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.12 |
| HSL | 73.85º | 0.6% | 0.7% | - |
| HSV(B) | 73.85º | 0.4% | 0.88% | - |
| XYZ | 56.13 | 68.41 | 32.8 | - |
| YUV | 208.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 134 | 0.09 | 0 | 0.40 | 0.12 | 73.85 | 0.6 | 0.7 |
| Hex | CC | E1 | 86 | 9 | 0 | 28 | C | 4A | 3C | 46 |
| Octal | 314 | 341 | 206 | 11 | 0 | 50 | 14 | 112 | 74 | 106 |
| Binary | 11001100 | 11100001 | 10000110 | 1001 | 0 | 101000 | 1100 | 1001010 | 111100 | 1000110 |
Color Harmonies of #CCE186
Complementary color
Monochromatic Colors of #CCE186
Black with #CCE186
Text Example
Text Example
White with #CCE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE186; }
p { color: rgb(204,225,134); }
H1.HeaderClassName
{
color: #CCE186;
}
.AnyTagClassName
{
color: #CCE186;
}
</style>
background-color css
<style>
a { background-color: #CCE186; }
a { background-color: rgb(204,225,134); }
div.DivClassName
{
background-color: #CCE186;
}
.BgClassName
{
background-color: #CCE186;
}
</style>
border-color css
<style>
span { border-color: #CCE186; }
span { border-color: rgb(204,225,134); }
td.TdClassName
{
border-color: #CCE186;
}
.TagClassName
{
border-color: #CCE186;
}
</style>