#C8CACE

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

Shades of Link Water #C8CACE

Tints of Link Water #C8CACE

Color information

#C8CACE (or 0xC8CACE) is unknown color: approx Link Water. HEX triplet: C8, CA and CE. RGB value is (200,202,206). Sum of RGB (Red+Green+Blue) = 200+202+206=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 202 (79.30% from 255 or 33.22% 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 #C8CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACE is #373531. Grayscale: #C9C9C9. Windows color (decimal): -3618098 or 13552328. OLE color: 13552328.

HSL color Cylindrical-coordinate representation of color #C8CACE: hue angle of 220º degrees, saturation: 0.06, 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 #C8CACE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200202206-
CMYK0.030.0200.19
HSL220º5.77%79.61%-
HSV(B)220º2.91%80.78%-
XYZ56.0858.9866.82-
YUV201.86130.34126.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=32.89%
G=33.22%
B=33.88%

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
Decimal2002022060.030.0200.192205.7779.61
HexC8CACE32013dc650
Octal310312316320233346120
Binary1100100011001010110011101110010011110111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CACE; }

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

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

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

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

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

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

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

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