Html Css Color HEX #C3B9CE French Grey

📋 copy color: '#C3B9CE'

red 195 ◦ green 185 ◦ blue 206

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

Shades of French Grey #C3B9CE

Tints of French Grey #C3B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.57%

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

R = 33.28%
G = 31.57%
B = 35.15%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3B9CE (or 0xC3B9CE) is known color: French Grey. HEX triplet: C3, B9 and CE. RGB value is (195,185,206). Sum of RGB (Red+Green+Blue) = 195+185+206=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9CE is #3C4631. Grayscale: #BEBEBE. Windows color (decimal): -3950130 or 13547971. OLE color: 13547971.

HSL color Cylindrical-coordinate representation of color #C3B9CE: hue angle of 268.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B9CE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 185 206 -
CMYK 0.05 0.10 0 0.19
HSL 268.57º 0.18% 0.77% -
HSV(B) 268.57º 0.1% 0.81% -
XYZ 51 50.76 65.5 -
YUV 190.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 195 185 206 0.05 0.10 0 0.19 268.57 0.18 0.77
Hex C3 B9 CE 5 A 0 13 10D 12 4D
Octal 303 271 316 5 12 0 23 415 22 115
Binary 11000011 10111001 11001110 101 1010 0 10011 100001101 10010 1001101

Color Harmonies of #C3B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B9CE

Black with #C3B9CE

Text Example


Text Example

White with #C3B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B9CE; }

 p { color: rgb(195,185,206); }

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

background-color css

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

 a { background-color: rgb(195,185,206); }

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

border-color css

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

 span { border-color: rgb(195,185,206); }

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