#C7CCCF

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

Shades of Link Water #C7CCCF

Tints of Link Water #C7CCCF

Color information

#C7CCCF (or 0xC7CCCF) is unknown color: approx Link Water. HEX triplet: C7, CC and CF. RGB value is (199,204,207). Sum of RGB (Red+Green+Blue) = 199+204+207=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCF is #383330. Grayscale: #CACACA. Windows color (decimal): -3683121 or 13618375. OLE color: 13618375.

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

Color convert

RGB199204207-
CMYK0.040.0100.19
HSL202.5º7.69%79.61%-
HSV(B)202.5º3.86%81.18%-
XYZ56.4159.8367.61-
YUV202.85130.34125.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=32.62%
G=33.44%
B=33.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992042070.040.0100.19202.57.6979.61
HexC7CCCF41013ca850
Octal3073143174102331210120
Binary11000111110011001100111110010100111100101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCCF; }

 p { color: rgb(199,204,207); }

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

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

 a { background-color: rgb(199,204,207); }

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

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

 span { border-color: rgb(199,204,207); }

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