Html Css Color HEX #C9CCD0 Link Water

📋 copy color: '#C9CCD0'

red 201 ◦ green 204 ◦ blue 208

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

Shades of Link Water #C9CCD0

Tints of Link Water #C9CCD0

RGB

 RED value IS 201 (78.91% from 255) = 32.79%

 GREEN value IS 204 (80.08% from 255) = 33.28%

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

R = 32.79%
G = 33.28%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9CCD0 (or 0xC9CCD0) is known color: Link Water. HEX triplet: C9, CC and D0. RGB value is (201,204,208). Sum of RGB (Red+Green+Blue) = 201+204+208=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCD0 is #36332F. Grayscale: #CBCBCB. Windows color (decimal): -3552048 or 13683913. OLE color: 13683913.

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

Color convert

RGB 201 204 208 -
CMYK 0.03 0.02 0 0.18
HSL 214.29º 0.07% 0.8% -
HSV(B) 214.29º 0.03% 0.82% -
XYZ 57.07 60.16 68.28 -
YUV 203.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 201 204 208 0.03 0.02 0 0.18 214.29 0.07 0.8
Hex C9 CC D0 3 2 0 12 D6 7 50
Octal 311 314 320 3 2 0 22 326 7 120
Binary 11001001 11001100 11010000 11 10 0 10010 11010110 111 1010000

Color Harmonies of #C9CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCD0

Black with #C9CCD0

Text Example


Text Example

White with #C9CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCD0; }

 p { color: rgb(201,204,208); }

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

background-color css

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

 a { background-color: rgb(201,204,208); }

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

border-color css

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

 span { border-color: rgb(201,204,208); }

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