Html Css Color HEX #C2CAC4 Edgewater

📋 copy color: '#C2CAC4'

red 194 ◦ green 202 ◦ blue 196

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

Shades of Edgewater #C2CAC4

Tints of Edgewater #C2CAC4

RGB

 RED value IS 194 (76.17% from 255) = 32.77%

 GREEN value IS 202 (79.3% from 255) = 34.12%

 BLUE value IS 196 (76.95% from 255) = 33.11%

R = 32.77%
G = 34.12%
B = 33.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C2CAC4 (or 0xC2CAC4) is known color: Edgewater. HEX triplet: C2, CA and C4. RGB value is (194,202,196). Sum of RGB (Red+Green+Blue) = 194+202+196=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC4 is #3D353B. Grayscale: #C6C6C6. Windows color (decimal): -4011324 or 12896962. OLE color: 12896962.

HSL color Cylindrical-coordinate representation of color #C2CAC4: hue angle of 135º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC4 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 196 -
CMYK 0.04 0 0.03 0.21
HSL 135º 0.07% 0.78% -
HSV(B) 135º 0.04% 0.79% -
XYZ 53.33 57.7 60.55 -
YUV 198.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 194 202 196 0.04 0 0.03 0.21 135 0.07 0.78
Hex C2 CA C4 4 0 3 15 87 7 4E
Octal 302 312 304 4 0 3 25 207 7 116
Binary 11000010 11001010 11000100 100 0 11 10101 10000111 111 1001110

Color Harmonies of #C2CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAC4

Black with #C2CAC4

Text Example


Text Example

White with #C2CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAC4; }

 p { color: rgb(194,202,196); }

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

background-color css

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

 a { background-color: rgb(194,202,196); }

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

border-color css

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

 span { border-color: rgb(194,202,196); }

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