#C8CACD

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

Shades of Link Water #C8CACD

Tints of Link Water #C8CACD

Color information

#C8CACD (or 0xC8CACD) is unknown color: approx Link Water. HEX triplet: C8, CA and CD. RGB value is (200,202,205). Sum of RGB (Red+Green+Blue) = 200+202+205=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACD is #373532. Grayscale: #C9C9C9. Windows color (decimal): -3618099 or 13486792. OLE color: 13486792.

HSL color Cylindrical-coordinate representation of color #C8CACD: hue angle of 216º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CACD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200202205-
CMYK0.020.0100.20
HSL216º4.76%79.41%-
HSV(B)216º2.44%80.39%-
XYZ55.9658.9366.18-
YUV201.74129.84126.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=32.95%
G=33.28%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002022050.020.0100.202164.7679.41
HexC8CACD21014d854f
Octal310312315210243305117
Binary110010001100101011001101101010100110110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CACD; }

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

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

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

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

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

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

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

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