#C8CBCD

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

Shades of Link Water #C8CBCD

Tints of Link Water #C8CBCD

Color information

#C8CBCD (or 0xC8CBCD) is unknown color: approx Link Water. HEX triplet: C8, CB and CD. RGB value is (200,203,205). Sum of RGB (Red+Green+Blue) = 200+203+205=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCD is #373432. Grayscale: #CACACA. Windows color (decimal): -3617843 or 13487048. OLE color: 13487048.

HSL color Cylindrical-coordinate representation of color #C8CBCD: hue angle of 204º 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 #C8CBCD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200203205-
CMYK0.020.0100.20
HSL204º4.76%79.41%-
HSV(B)204º2.44%80.39%-
XYZ56.1959.466.26-
YUV202.33129.51126.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=32.89%
G=33.39%
B=33.72%

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
Decimal2002032050.020.0100.202044.7679.41
HexC8CBCD21014cc54f
Octal310313315210243145117
Binary110010001100101111001101101010100110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBCD; }

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

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

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

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

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

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

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

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