Html Css Color HEX #C8CACD Link Water

📋 copy color: '#C8CACD'

red 200 ◦ green 202 ◦ blue 205

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

Shades of Link Water #C8CACD

Tints of Link Water #C8CACD

RGB

 RED value IS 200 (78.52% from 255) = 32.95%

 GREEN value IS 202 (79.3% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 33.77%

R = 32.95%
G = 33.28%
B = 33.77%

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

#C8CACD (or 0xC8CACD) is known color: Link Water. HEX triplet: C8, CA and CD. RGB value is (200,202,205). Sum of RGB (Red+Green+Blue) = 200+202+205=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACD is #373532. Grayscale: #C9C9C9. Windows color (decimal): -3618099 or 13486792. OLE color: 13486792.

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

Color convert

RGB 200 202 205 -
CMYK 0.02 0.01 0 0.20
HSL 216º 0.05% 0.79% -
HSV(B) 216º 0.02% 0.8% -
XYZ 55.96 58.93 66.18 -
YUV 201.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 200 202 205 0.02 0.01 0 0.20 216 0.05 0.79
Hex C8 CA CD 2 1 0 14 D8 5 4F
Octal 310 312 315 2 1 0 24 330 5 117
Binary 11001000 11001010 11001101 10 1 0 10100 11011000 101 1001111

Color Harmonies of #C8CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CACD

Black with #C8CACD

Text Example


Text Example

White with #C8CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CACD; }

 p { color: rgb(200,202,205); }

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

background-color css

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

 a { background-color: rgb(200,202,205); }

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

border-color css

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

 span { border-color: rgb(200,202,205); }

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