Html Css Color HEX #C5CBD0 Link Water

📋 copy color: '#C5CBD0'

red 197 ◦ green 203 ◦ blue 208

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

Shades of Link Water #C5CBD0

Tints of Link Water #C5CBD0

RGB

 RED value IS 197 (77.34% from 255) = 32.4%

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 32.4%
G = 33.39%
B = 34.21%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5CBD0 (or 0xC5CBD0) is known color: Link Water. HEX triplet: C5, CB and D0. RGB value is (197,203,208). Sum of RGB (Red+Green+Blue) = 197+203+208=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBD0 is #3A342F. Grayscale: #C9C9C9. Windows color (decimal): -3814448 or 13683653. OLE color: 13683653.

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

Color convert

RGB 197 203 208 -
CMYK 0.05 0.02 0 0.18
HSL 207.27º 0.1% 0.79% -
HSV(B) 207.27º 0.05% 0.82% -
XYZ 55.77 59.14 68.15 -
YUV 201.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 197 203 208 0.05 0.02 0 0.18 207.27 0.1 0.79
Hex C5 CB D0 5 2 0 12 CF A 4F
Octal 305 313 320 5 2 0 22 317 12 117
Binary 11000101 11001011 11010000 101 10 0 10010 11001111 1010 1001111

Color Harmonies of #C5CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBD0

Black with #C5CBD0

Text Example


Text Example

White with #C5CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBD0; }

 p { color: rgb(197,203,208); }

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

background-color css

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

 a { background-color: rgb(197,203,208); }

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

border-color css

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

 span { border-color: rgb(197,203,208); }

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