Html Css Color HEX #C7CBCE Link Water

📋 copy color: '#C7CBCE'

red 199 ◦ green 203 ◦ blue 206

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

Shades of Link Water #C7CBCE

Tints of Link Water #C7CBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.39%

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 32.73%
G = 33.39%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7CBCE (or 0xC7CBCE) is known color: Link Water. HEX triplet: C7, CB and CE. RGB value is (199,203,206). Sum of RGB (Red+Green+Blue) = 199+203+206=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 203 (79.69% from 255 or 33.39% 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 #C7CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCE is #383431. Grayscale: #CACACA. Windows color (decimal): -3683378 or 13552583. OLE color: 13552583.

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

Color convert

RGB 199 203 206 -
CMYK 0.03 0.01 0 0.19
HSL 205.71º 0.07% 0.79% -
HSV(B) 205.71º 0.03% 0.81% -
XYZ 56.05 59.31 66.89 -
YUV 202.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 199 203 206 0.03 0.01 0 0.19 205.71 0.07 0.79
Hex C7 CB CE 3 1 0 13 CE 7 4F
Octal 307 313 316 3 1 0 23 316 7 117
Binary 11000111 11001011 11001110 11 1 0 10011 11001110 111 1001111

Color Harmonies of #C7CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBCE

Black with #C7CBCE

Text Example


Text Example

White with #C7CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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