Shades of Sulu #CCE180
Tints of Sulu #CCE180
RGB
CMYK
RGB Variations
Color information
#CCE180 (or 0xCCE180) is known color: Sulu. HEX triplet: CC, E1 and 80. RGB value is (204,225,128). Sum of RGB (Red+Green+Blue) = 204+225+128=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE180 is #331E7F. Grayscale: #D0D0D0. Windows color (decimal): -3350144 or 8446412. OLE color: 8446412.
HSL color Cylindrical-coordinate representation of color #CCE180: hue angle of 72.99º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE180 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 128 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.12 |
| HSL | 72.99º | 0.62% | 0.69% | - |
| HSV(B) | 72.99º | 0.43% | 0.88% | - |
| XYZ | 55.72 | 68.25 | 30.66 | - |
| YUV | 207.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 128 | 0.09 | 0 | 0.43 | 0.12 | 72.99 | 0.62 | 0.69 |
| Hex | CC | E1 | 80 | 9 | 0 | 2B | C | 49 | 3E | 45 |
| Octal | 314 | 341 | 200 | 11 | 0 | 53 | 14 | 111 | 76 | 105 |
| Binary | 11001100 | 11100001 | 10000000 | 1001 | 0 | 101011 | 1100 | 1001001 | 111110 | 1000101 |
Color Harmonies of #CCE180
Complementary color
Monochromatic Colors of #CCE180
Black with #CCE180
Text Example
Text Example
White with #CCE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE180; }
p { color: rgb(204,225,128); }
H1.HeaderClassName
{
color: #CCE180;
}
.AnyTagClassName
{
color: #CCE180;
}
</style>
background-color css
<style>
a { background-color: #CCE180; }
a { background-color: rgb(204,225,128); }
div.DivClassName
{
background-color: #CCE180;
}
.BgClassName
{
background-color: #CCE180;
}
</style>
border-color css
<style>
span { border-color: #CCE180; }
span { border-color: rgb(204,225,128); }
td.TdClassName
{
border-color: #CCE180;
}
.TagClassName
{
border-color: #CCE180;
}
</style>