Html Css Color HEX #C0CFDC Link Water

📋 copy color: '#C0CFDC'

red 192 ◦ green 207 ◦ blue 220

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

Shades of Link Water #C0CFDC

Tints of Link Water #C0CFDC

RGB

 RED value IS 192 (75.39% from 255) = 31.02%

 GREEN value IS 207 (81.25% from 255) = 33.44%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 31.02%
G = 33.44%
B = 35.54%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0CFDC (or 0xC0CFDC) is known color: Link Water. HEX triplet: C0, CF and DC. RGB value is (192,207,220). Sum of RGB (Red+Green+Blue) = 192+207+220=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFDC is #3F3023. Grayscale: #CBCBCB. Windows color (decimal): -4141092 or 14471104. OLE color: 14471104.

HSL color Cylindrical-coordinate representation of color #C0CFDC: hue angle of 207.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CFDC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 207 220 -
CMYK 0.13 0.06 0 0.14
HSL 207.86º 0.29% 0.81% -
HSV(B) 207.86º 0.13% 0.86% -
XYZ 56.97 61 76.48 -
YUV 204 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 192 207 220 0.13 0.06 0 0.14 207.86 0.29 0.81
Hex C0 CF DC D 6 0 E D0 1D 51
Octal 300 317 334 15 6 0 16 320 35 121
Binary 11000000 11001111 11011100 1101 110 0 1110 11010000 11101 1010001

Color Harmonies of #C0CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFDC

Black with #C0CFDC

Text Example


Text Example

White with #C0CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFDC; }

 p { color: rgb(192,207,220); }

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

background-color css

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

 a { background-color: rgb(192,207,220); }

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

border-color css

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

 span { border-color: rgb(192,207,220); }

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