Shades of Reef #CCE193
Tints of Reef #CCE193
RGB
CMYK
RGB Variations
Color information
#CCE193 (or 0xCCE193) is known color: Reef. HEX triplet: CC, E1 and 93. RGB value is (204,225,147). Sum of RGB (Red+Green+Blue) = 204+225+147=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE193 is #331E6C. Grayscale: #D2D2D2. Windows color (decimal): -3350125 or 9691596. OLE color: 9691596.
HSL color Cylindrical-coordinate representation of color #CCE193: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCE193 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 147 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.12 |
| HSL | 76.15º | 0.57% | 0.73% | - |
| HSV(B) | 76.15º | 0.35% | 0.88% | - |
| XYZ | 57.09 | 68.79 | 37.87 | - |
| YUV | 209.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 147 | 0.09 | 0 | 0.35 | 0.12 | 76.15 | 0.57 | 0.73 |
| Hex | CC | E1 | 93 | 9 | 0 | 23 | C | 4C | 39 | 49 |
| Octal | 314 | 341 | 223 | 11 | 0 | 43 | 14 | 114 | 71 | 111 |
| Binary | 11001100 | 11100001 | 10010011 | 1001 | 0 | 100011 | 1100 | 1001100 | 111001 | 1001001 |
Color Harmonies of #CCE193
Complementary color
Monochromatic Colors of #CCE193
Black with #CCE193
Text Example
Text Example
White with #CCE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE193; }
p { color: rgb(204,225,147); }
H1.HeaderClassName
{
color: #CCE193;
}
.AnyTagClassName
{
color: #CCE193;
}
</style>
background-color css
<style>
a { background-color: #CCE193; }
a { background-color: rgb(204,225,147); }
div.DivClassName
{
background-color: #CCE193;
}
.BgClassName
{
background-color: #CCE193;
}
</style>
border-color css
<style>
span { border-color: #CCE193; }
span { border-color: rgb(204,225,147); }
td.TdClassName
{
border-color: #CCE193;
}
.TagClassName
{
border-color: #CCE193;
}
</style>