Html Css Color HEX #C5CACE Link Water

📋 copy color: '#C5CACE'

red 197 ◦ green 202 ◦ blue 206

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

Shades of Link Water #C5CACE

Tints of Link Water #C5CACE

RGB

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

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

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

R = 32.56%
G = 33.39%
B = 34.05%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5CACE (or 0xC5CACE) is known color: Link Water. HEX triplet: C5, CA and CE. RGB value is (197,202,206). Sum of RGB (Red+Green+Blue) = 197+202+206=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CACE is #3A3531. Grayscale: #C8C8C8. Windows color (decimal): -3814706 or 13552325. OLE color: 13552325.

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

Color convert

RGB 197 202 206 -
CMYK 0.04 0.02 0 0.19
HSL 206.67º 0.08% 0.79% -
HSV(B) 206.67º 0.04% 0.81% -
XYZ 55.29 58.57 66.78 -
YUV 200.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 197 202 206 0.04 0.02 0 0.19 206.67 0.08 0.79
Hex C5 CA CE 4 2 0 13 CF 8 4F
Octal 305 312 316 4 2 0 23 317 10 117
Binary 11000101 11001010 11001110 100 10 0 10011 11001111 1000 1001111

Color Harmonies of #C5CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CACE

Black with #C5CACE

Text Example


Text Example

White with #C5CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CACE; }

 p { color: rgb(197,202,206); }

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

background-color css

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

 a { background-color: rgb(197,202,206); }

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

border-color css

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

 span { border-color: rgb(197,202,206); }

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