#C7CBCE

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

Shades of Link Water #C7CBCE

Tints of Link Water #C7CBCE

Color information

#C7CBCE (or 0xC7CBCE) is unknown color: approx Link Water. HEX triplet: C7, CB and CE. RGB value is (199,203,206). Sum of RGB (Red+Green+Blue) = 199+203+206=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCE is #383431. Grayscale: #CACACA. Windows color (decimal): -3683378 or 13552583. OLE color: 13552583.

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

Color convert

RGB199203206-
CMYK0.030.0100.19
HSL205.71º6.67%79.41%-
HSV(B)205.71º3.4%80.78%-
XYZ56.0559.3166.89-
YUV202.15130.17125.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=32.73%
G=33.39%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992032060.030.0100.19205.716.6779.41
HexC7CBCE31013ce74f
Octal307313316310233167117
Binary110001111100101111001110111010011110011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBCE; }

 p { color: rgb(199,203,206); }

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

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

 a { background-color: rgb(199,203,206); }

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

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

 span { border-color: rgb(199,203,206); }

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