Html Css Color HEX #C0CEC4 Edgewater

📋 copy color: '#C0CEC4'

red 192 ◦ green 206 ◦ blue 196

#C0CEC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #C0CEC4

Tints of Edgewater #C0CEC4

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%

R = 32.32%
G = 34.68%
B = 33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#C0CEC4 (or 0xC0CEC4) is known color: 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

RGB 192 206 196 -
CMYK 0.07 0 0.05 0.19
HSL 137.14º 0.13% 0.78% -
HSV(B) 137.14º 0.07% 0.81% -
XYZ 53.77 59.33 60.84 -
YUV 200.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 192 206 196 0.07 0 0.05 0.19 137.14 0.13 0.78
Hex C0 CE C4 7 0 5 13 89 C 4E
Octal 300 316 304 7 0 5 23 211 14 116
Binary 11000000 11001110 11000100 111 0 101 10011 10001001 1100 1001110

Color Harmonies of #C0CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEC4

Black with #C0CEC4

Text Example


Text Example

White with #C0CEC4

Text Example


Text Example

HTML Codes & Css Web 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>