Html Css Color HEX #C5C2C7 French Grey

📋 copy color: '#C5C2C7'

red 197 ◦ green 194 ◦ blue 199

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

Shades of French Grey #C5C2C7

Tints of French Grey #C5C2C7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 33.39%
G = 32.88%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5C2C7 (or 0xC5C2C7) is known color: French Grey. HEX triplet: C5, C2 and C7. RGB value is (197,194,199). Sum of RGB (Red+Green+Blue) = 197+194+199=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5C2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2C7 is #3A3D38. Grayscale: #C3C3C3. Windows color (decimal): -3816761 or 13091525. OLE color: 13091525.

HSL color Cylindrical-coordinate representation of color #C5C2C7: hue angle of 276º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C2C7 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 194 199 -
CMYK 0.01 0.03 0 0.22
HSL 276º 0.04% 0.77% -
HSV(B) 276º 0.03% 0.78% -
XYZ 52.63 54.58 61.79 -
YUV 195.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 197 194 199 0.01 0.03 0 0.22 276 0.04 0.77
Hex C5 C2 C7 1 3 0 16 114 4 4D
Octal 305 302 307 1 3 0 26 424 4 115
Binary 11000101 11000010 11000111 1 11 0 10110 100010100 100 1001101

Color Harmonies of #C5C2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2C7

Black with #C5C2C7

Text Example


Text Example

White with #C5C2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2C7; }

 p { color: rgb(197,194,199); }

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

background-color css

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

 a { background-color: rgb(197,194,199); }

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

border-color css

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

 span { border-color: rgb(197,194,199); }

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