Html Css Color HEX #C4C1C7 French Grey

📋 copy color: '#C4C1C7'

red 196 ◦ green 193 ◦ blue 199

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

Shades of French Grey #C4C1C7

Tints of French Grey #C4C1C7

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

 GREEN value IS 193 (75.78% from 255) = 32.82%

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

R = 33.33%
G = 32.82%
B = 33.84%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C4C1C7 (or 0xC4C1C7) is known color: French Grey. HEX triplet: C4, C1 and C7. RGB value is (196,193,199). Sum of RGB (Red+Green+Blue) = 196+193+199=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 199 - color contains mainly: blue. Hex color #C4C1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1C7 is #3B3E38. Grayscale: #C2C2C2. Windows color (decimal): -3882553 or 13091268. OLE color: 13091268.

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

Color convert

RGB 196 193 199 -
CMYK 0.02 0.03 0 0.22
HSL 270º 0.05% 0.77% -
HSV(B) 270º 0.03% 0.78% -
XYZ 52.14 54 61.71 -
YUV 194.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 196 193 199 0.02 0.03 0 0.22 270 0.05 0.77
Hex C4 C1 C7 2 3 0 16 10E 5 4D
Octal 304 301 307 2 3 0 26 416 5 115
Binary 11000100 11000001 11000111 10 11 0 10110 100001110 101 1001101

Color Harmonies of #C4C1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C1C7

Black with #C4C1C7

Text Example


Text Example

White with #C4C1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C1C7; }

 p { color: rgb(196,193,199); }

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

background-color css

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

 a { background-color: rgb(196,193,199); }

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

border-color css

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

 span { border-color: rgb(196,193,199); }

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