Html Css Color HEX #C0CDC4 Edgewater

📋 copy color: '#C0CDC4'

red 192 ◦ green 205 ◦ blue 196

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

Shades of Edgewater #C0CDC4

Tints of Edgewater #C0CDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.57%

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

R = 32.38%
G = 34.57%
B = 33.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#C0CDC4 (or 0xC0CDC4) is known color: Edgewater. HEX triplet: C0, CD and C4. RGB value is (192,205,196). Sum of RGB (Red+Green+Blue) = 192+205+196=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDC4 is #3F323B. Grayscale: #C8C8C8. Windows color (decimal): -4141628 or 12897728. OLE color: 12897728.

HSL color Cylindrical-coordinate representation of color #C0CDC4: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CDC4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 196 -
CMYK 0.06 0 0.04 0.20
HSL 138.46º 0.12% 0.78% -
HSV(B) 138.46º 0.06% 0.8% -
XYZ 53.53 58.85 60.76 -
YUV 200.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 192 205 196 0.06 0 0.04 0.20 138.46 0.12 0.78
Hex C0 CD C4 6 0 4 14 8A C 4E
Octal 300 315 304 6 0 4 24 212 14 116
Binary 11000000 11001101 11000100 110 0 100 10100 10001010 1100 1001110

Color Harmonies of #C0CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDC4

Black with #C0CDC4

Text Example


Text Example

White with #C0CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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