Html Css Color HEX #C3BFC5 French Grey

📋 copy color: '#C3BFC5'

red 195 ◦ green 191 ◦ blue 197

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

Shades of French Grey #C3BFC5

Tints of French Grey #C3BFC5

RGB

 RED value IS 195 (76.56% from 255) = 33.45%

 GREEN value IS 191 (75% from 255) = 32.76%

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 33.45%
G = 32.76%
B = 33.79%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C3BFC5 (or 0xC3BFC5) is known color: French Grey. HEX triplet: C3, BF and C5. RGB value is (195,191,197). Sum of RGB (Red+Green+Blue) = 195+191+197=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC5 is #3C403A. Grayscale: #C0C0C0. Windows color (decimal): -3948603 or 12959683. OLE color: 12959683.

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

Color convert

RGB 195 191 197 -
CMYK 0.01 0.03 0 0.23
HSL 280º 0.05% 0.76% -
HSV(B) 280º 0.03% 0.77% -
XYZ 51.21 52.89 60.33 -
YUV 192.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 195 191 197 0.01 0.03 0 0.23 280 0.05 0.76
Hex C3 BF C5 1 3 0 17 118 5 4C
Octal 303 277 305 1 3 0 27 430 5 114
Binary 11000011 10111111 11000101 1 11 0 10111 100011000 101 1001100

Color Harmonies of #C3BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFC5

Black with #C3BFC5

Text Example


Text Example

White with #C3BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFC5; }

 p { color: rgb(195,191,197); }

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

background-color css

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

 a { background-color: rgb(195,191,197); }

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

border-color css

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

 span { border-color: rgb(195,191,197); }

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