#C8CACF

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

Shades of Link Water #C8CACF

Tints of Link Water #C8CACF

Color information

#C8CACF (or 0xC8CACF) is unknown color: approx Link Water. HEX triplet: C8, CA and CF. RGB value is (200,202,207). Sum of RGB (Red+Green+Blue) = 200+202+207=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACF is #373530. Grayscale: #C9C9C9. Windows color (decimal): -3618097 or 13617864. OLE color: 13617864.

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

Color convert

RGB200202207-
CMYK0.030.0200.19
HSL222.86º6.8%79.8%-
HSV(B)222.86º3.38%81.18%-
XYZ56.259.0367.46-
YUV201.97130.84126.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=32.84%
G=33.17%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002022070.030.0200.19222.866.879.8
HexC8CACF32013df750
Octal310312317320233377120
Binary1100100011001010110011111110010011110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CACF; }

 p { color: rgb(200,202,207); }

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

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

 a { background-color: rgb(200,202,207); }

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

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

 span { border-color: rgb(200,202,207); }

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