Html Css Color HEX #C3C6CB Link Water

📋 copy color: '#C3C6CB'

red 195 ◦ green 198 ◦ blue 203

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

Shades of Link Water #C3C6CB

Tints of Link Water #C3C6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.22%

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 32.72%
G = 33.22%
B = 34.06%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3C6CB (or 0xC3C6CB) is known color: Link Water. HEX triplet: C3, C6 and CB. RGB value is (195,198,203). Sum of RGB (Red+Green+Blue) = 195+198+203=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6CB is #3C3934. Grayscale: #C5C5C5. Windows color (decimal): -3946805 or 13354691. OLE color: 13354691.

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

Color convert

RGB 195 198 203 -
CMYK 0.04 0.02 0 0.20
HSL 217.5º 0.07% 0.78% -
HSV(B) 217.5º 0.04% 0.8% -
XYZ 53.48 56.3 64.55 -
YUV 197.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 195 198 203 0.04 0.02 0 0.20 217.5 0.07 0.78
Hex C3 C6 CB 4 2 0 14 DA 7 4E
Octal 303 306 313 4 2 0 24 332 7 116
Binary 11000011 11000110 11001011 100 10 0 10100 11011010 111 1001110

Color Harmonies of #C3C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6CB

Black with #C3C6CB

Text Example


Text Example

White with #C3C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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