#C0CEC4

Color #C0CEC4 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C0CEC4

Tints of Edgewater #C0CEC4

Color information

#C0CEC4 (or 0xC0CEC4) is unknown color: approx Edgewater. HEX triplet: C0, CE and C4. RGB value is (192,206,196). Sum of RGB (Red+Green+Blue) = 192+206+196=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC4 is #3F313B. Grayscale: #C8C8C8. Windows color (decimal): -4141372 or 12897984. OLE color: 12897984.

HSL color Cylindrical-coordinate representation of color #C0CEC4: hue angle of 137.14º degrees, saturation: 0.12, 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 #C0CEC4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB192206196-
CMYK0.0700.050.19
HSL137.14º12.5%78.04%-
HSV(B)137.14º6.8%80.78%-
XYZ53.7759.3360.84-
YUV200.67125.36121.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.32%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=32.32%
G=34.68%
B=33.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061960.0700.050.19137.1412.578.04
HexC0CEC47051389c4e
Octal3003163047052321114116
Binary1100000011001110110001001110101100111000100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEC4; }

 p { color: rgb(192,206,196); }

 H1.HeaderClassName
 {
   color: #C0CEC4;
 }
 .AnyTagClassName
 {
   color: #C0CEC4;
 }
</style>
background-color css

<style>
 a { background-color: #C0CEC4; }

 a { background-color: rgb(192,206,196); }

 div.DivClassName
 {
   background-color: #C0CEC4;
 }
 .BgClassName
 {
   background-color: #C0CEC4;
 }
</style>
border-color css

<style>
 span { border-color: #C0CEC4; }

 span { border-color: rgb(192,206,196); }

 td.TdClassName
 {
   border-color: #C0CEC4;
 }
 .TagClassName
 {
   border-color: #C0CEC4;
 }
</style>