Html Css Color HEX #C7C8CB Link Water

📋 copy color: '#C7C8CB'

red 199 ◦ green 200 ◦ blue 203

#C7C8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C7C8CB

Tints of Link Water #C7C8CB

RGB

 RED value IS 199 (78.13% from 255) = 33.06%

 GREEN value IS 200 (78.52% from 255) = 33.22%

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 33.06%
G = 33.22%
B = 33.72%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7C8CB (or 0xC7C8CB) is known color: Link Water. HEX triplet: C7, C8 and CB. RGB value is (199,200,203). Sum of RGB (Red+Green+Blue) = 199+200+203=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8CB is #383734. Grayscale: #C8C8C8. Windows color (decimal): -3684149 or 13355207. OLE color: 13355207.

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

Color convert

RGB 199 200 203 -
CMYK 0.02 0.01 0 0.20
HSL 225º 0.04% 0.79% -
HSV(B) 225º 0.02% 0.8% -
XYZ 54.99 57.76 64.75 -
YUV 200.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 199 200 203 0.02 0.01 0 0.20 225 0.04 0.79
Hex C7 C8 CB 2 1 0 14 E1 4 4F
Octal 307 310 313 2 1 0 24 341 4 117
Binary 11000111 11001000 11001011 10 1 0 10100 11100001 100 1001111

Color Harmonies of #C7C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C8CB

Black with #C7C8CB

Text Example


Text Example

White with #C7C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C8CB; }

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

 H1.HeaderClassName
 {
   color: #C7C8CB;
 }
 .AnyTagClassName
 {
   color: #C7C8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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