#C4C9CE

Color #C4C9CE Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C4C9CE

Tints of Link Water #C4C9CE

Color information

#C4C9CE (or 0xC4C9CE) is unknown color: approx Link Water. HEX triplet: C4, C9 and CE. RGB value is (196,201,206). Sum of RGB (Red+Green+Blue) = 196+201+206=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C9CE is #3B3631. Grayscale: #C8C8C8. Windows color (decimal): -3880498 or 13552068. OLE color: 13552068.

HSL color Cylindrical-coordinate representation of color #C4C9CE: hue angle of 210º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C9CE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196201206-
CMYK0.050.0200.19
HSL210º9.26%78.82%-
HSV(B)210º4.85%80.78%-
XYZ54.7957.9766.69-
YUV200.08131.34125.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.50%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=32.50%
G=33.33%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962012060.050.0200.192109.2678.82
HexC4C9CE52013d294f
Octal3043113165202332211117
Binary110001001100100111001110101100100111101001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C9CE; }

 p { color: rgb(196,201,206); }

 H1.HeaderClassName
 {
   color: #C4C9CE;
 }
 .AnyTagClassName
 {
   color: #C4C9CE;
 }
</style>
background-color css

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

 a { background-color: rgb(196,201,206); }

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

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

 span { border-color: rgb(196,201,206); }

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