Html Css Color HEX #C4CBC6 Edgewater

📋 copy color: '#C4CBC6'

red 196 ◦ green 203 ◦ blue 198

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

Shades of Edgewater #C4CBC6

Tints of Edgewater #C4CBC6

RGB

 RED value IS 196 (76.95% from 255) = 32.83%

 GREEN value IS 203 (79.69% from 255) = 34%

 BLUE value IS 198 (77.73% from 255) = 33.17%

R = 32.83%
G = 34%
B = 33.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C4CBC6 (or 0xC4CBC6) is known color: Edgewater. HEX triplet: C4, CB and C6. RGB value is (196,203,198). Sum of RGB (Red+Green+Blue) = 196+203+198=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC6 is #3B3439. Grayscale: #C8C8C8. Windows color (decimal): -3879994 or 13028292. OLE color: 13028292.

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

Color convert

RGB 196 203 198 -
CMYK 0.03 0 0.02 0.20
HSL 137.14º 0.06% 0.78% -
HSV(B) 137.14º 0.03% 0.8% -
XYZ 54.31 58.52 61.86 -
YUV 200.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 196 203 198 0.03 0 0.02 0.20 137.14 0.06 0.78
Hex C4 CB C6 3 0 2 14 89 6 4E
Octal 304 313 306 3 0 2 24 211 6 116
Binary 11000100 11001011 11000110 11 0 10 10100 10001001 110 1001110

Color Harmonies of #C4CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBC6

Black with #C4CBC6

Text Example


Text Example

White with #C4CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBC6; }

 p { color: rgb(196,203,198); }

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

background-color css

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

 a { background-color: rgb(196,203,198); }

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

border-color css

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

 span { border-color: rgb(196,203,198); }

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