Html Css Color HEX #C0CEC3 Edgewater

📋 copy color: '#C0CEC3'

red 192 ◦ green 206 ◦ blue 195

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

Shades of Edgewater #C0CEC3

Tints of Edgewater #C0CEC3

RGB

 RED value IS 192 (75.39% from 255) = 32.38%

 GREEN value IS 206 (80.86% from 255) = 34.74%

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 32.38%
G = 34.74%
B = 32.88%

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

#C0CEC3 (or 0xC0CEC3) is known color: Edgewater. HEX triplet: C0, CE and C3. RGB value is (192,206,195). Sum of RGB (Red+Green+Blue) = 192+206+195=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC3 is #3F313C. Grayscale: #C8C8C8. Windows color (decimal): -4141373 or 12832448. OLE color: 12832448.

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

Color convert

RGB 192 206 195 -
CMYK 0.07 0 0.05 0.19
HSL 132.86º 0.13% 0.78% -
HSV(B) 132.86º 0.07% 0.81% -
XYZ 53.66 59.29 60.25 -
YUV 200.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 192 206 195 0.07 0 0.05 0.19 132.86 0.13 0.78
Hex C0 CE C3 7 0 5 13 85 C 4E
Octal 300 316 303 7 0 5 23 205 14 116
Binary 11000000 11001110 11000011 111 0 101 10011 10000101 1100 1001110

Color Harmonies of #C0CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEC3

Black with #C0CEC3

Text Example


Text Example

White with #C0CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEC3; }

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

 H1.HeaderClassName
 {
   color: #C0CEC3;
 }
 .AnyTagClassName
 {
   color: #C0CEC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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