Html Css Color HEX #C3C9CE Link Water

📋 copy color: '#C3C9CE'

red 195 ◦ green 201 ◦ blue 206

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

Shades of Link Water #C3C9CE

Tints of Link Water #C3C9CE

RGB

 RED value IS 195 (76.56% from 255) = 32.39%

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

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

R = 32.39%
G = 33.39%
B = 34.22%

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

#C3C9CE (or 0xC3C9CE) is known color: Link Water. HEX triplet: C3, C9 and CE. RGB value is (195,201,206). Sum of RGB (Red+Green+Blue) = 195+201+206=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9CE is #3C3631. Grayscale: #C7C7C7. Windows color (decimal): -3946034 or 13552067. OLE color: 13552067.

HSL color Cylindrical-coordinate representation of color #C3C9CE: hue angle of 207.27º degrees, saturation: 0.1, 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 #C3C9CE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 201 206 -
CMYK 0.05 0.02 0 0.19
HSL 207.27º 0.1% 0.79% -
HSV(B) 207.27º 0.05% 0.81% -
XYZ 54.53 57.83 66.68 -
YUV 199.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 195 201 206 0.05 0.02 0 0.19 207.27 0.1 0.79
Hex C3 C9 CE 5 2 0 13 CF A 4F
Octal 303 311 316 5 2 0 23 317 12 117
Binary 11000011 11001001 11001110 101 10 0 10011 11001111 1010 1001111

Color Harmonies of #C3C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C9CE

Black with #C3C9CE

Text Example


Text Example

White with #C3C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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