Shades of Edgewater #C0CFC3
Tints of Edgewater #C0CFC3
RGB
CMYK
RGB Variations
Color information
#C0CFC3 (or 0xC0CFC3) is known color: Edgewater. HEX triplet: C0, CF and C3. RGB value is (192,207,195). Sum of RGB (Red+Green+Blue) = 192+207+195=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFC3 is #3F303C. Grayscale: #C9C9C9. Windows color (decimal): -4141117 or 12832704. OLE color: 12832704.
HSL color Cylindrical-coordinate representation of color #C0CFC3: hue angle of 132º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CFC3 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 195 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.19 |
| HSL | 132º | 0.14% | 0.78% | - |
| HSV(B) | 132º | 0.07% | 0.81% | - |
| XYZ | 53.9 | 59.77 | 60.33 | - |
| YUV | 201.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 195 | 0.07 | 0 | 0.06 | 0.19 | 132 | 0.14 | 0.78 |
| Hex | C0 | CF | C3 | 7 | 0 | 6 | 13 | 84 | E | 4E |
| Octal | 300 | 317 | 303 | 7 | 0 | 6 | 23 | 204 | 16 | 116 |
| Binary | 11000000 | 11001111 | 11000011 | 111 | 0 | 110 | 10011 | 10000100 | 1110 | 1001110 |
Color Harmonies of #C0CFC3
Complementary color
Monochromatic Colors of #C0CFC3
Black with #C0CFC3
Text Example
Text Example
White with #C0CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFC3; }
p { color: rgb(192,207,195); }
H1.HeaderClassName
{
color: #C0CFC3;
}
.AnyTagClassName
{
color: #C0CFC3;
}
</style>
background-color css
<style>
a { background-color: #C0CFC3; }
a { background-color: rgb(192,207,195); }
div.DivClassName
{
background-color: #C0CFC3;
}
.BgClassName
{
background-color: #C0CFC3;
}
</style>
border-color css
<style>
span { border-color: #C0CFC3; }
span { border-color: rgb(192,207,195); }
td.TdClassName
{
border-color: #C0CFC3;
}
.TagClassName
{
border-color: #C0CFC3;
}
</style>