Html Css Color HEX #C0C6CE Link Water

📋 copy color: '#C0C6CE'

red 192 ◦ green 198 ◦ blue 206

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

Shades of Link Water #C0C6CE

Tints of Link Water #C0C6CE

RGB

 RED value IS 192 (75.39% from 255) = 32.21%

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

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

R = 32.21%
G = 33.22%
B = 34.56%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0C6CE (or 0xC0C6CE) is known color: Link Water. HEX triplet: C0, C6 and CE. RGB value is (192,198,206). Sum of RGB (Red+Green+Blue) = 192+198+206=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6CE is #3F3931. Grayscale: #C5C5C5. Windows color (decimal): -4143410 or 13551296. OLE color: 13551296.

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

Color convert

RGB 192 198 206 -
CMYK 0.07 0.04 0 0.19
HSL 214.29º 0.13% 0.78% -
HSV(B) 214.29º 0.07% 0.81% -
XYZ 53.07 56.05 66.41 -
YUV 197.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 192 198 206 0.07 0.04 0 0.19 214.29 0.13 0.78
Hex C0 C6 CE 7 4 0 13 D6 C 4E
Octal 300 306 316 7 4 0 23 326 14 116
Binary 11000000 11000110 11001110 111 100 0 10011 11010110 1100 1001110

Color Harmonies of #C0C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C6CE

Black with #C0C6CE

Text Example


Text Example

White with #C0C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C6CE; }

 p { color: rgb(192,198,206); }

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

background-color css

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

 a { background-color: rgb(192,198,206); }

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

border-color css

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

 span { border-color: rgb(192,198,206); }

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