Html Css Color HEX #C4C9CE Link Water

📋 copy color: '#C4C9CE'

red 196 ◦ green 201 ◦ blue 206

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

Shades of Link Water #C4C9CE

Tints of Link Water #C4C9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 32.5%
G = 33.33%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4C9CE (or 0xC4C9CE) is known color: 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

RGB 196 201 206 -
CMYK 0.05 0.02 0 0.19
HSL 210º 0.09% 0.79% -
HSV(B) 210º 0.05% 0.81% -
XYZ 54.79 57.97 66.69 -
YUV 200.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 196 201 206 0.05 0.02 0 0.19 210 0.09 0.79
Hex C4 C9 CE 5 2 0 13 D2 9 4F
Octal 304 311 316 5 2 0 23 322 11 117
Binary 11000100 11001001 11001110 101 10 0 10011 11010010 1001 1001111

Color Harmonies of #C4C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C9CE

Black with #C4C9CE

Text Example


Text Example

White with #C4C9CE

Text Example


Text Example

HTML Codes & Css Web 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>