Html Css Color HEX #C9C3CE French Grey

📋 copy color: '#C9C3CE'

red 201 ◦ green 195 ◦ blue 206

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

Shades of French Grey #C9C3CE

Tints of French Grey #C9C3CE

RGB

 RED value IS 201 (78.91% from 255) = 33.39%

 GREEN value IS 195 (76.56% from 255) = 32.39%

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

R = 33.39%
G = 32.39%
B = 34.22%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9C3CE (or 0xC9C3CE) is known color: French Grey. HEX triplet: C9, C3 and CE. RGB value is (201,195,206). Sum of RGB (Red+Green+Blue) = 201+195+206=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3CE is #363C31. Grayscale: #C6C6C6. Windows color (decimal): -3554354 or 13550537. OLE color: 13550537.

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

Color convert

RGB 201 195 206 -
CMYK 0.02 0.05 0 0.19
HSL 272.73º 0.1% 0.79% -
HSV(B) 272.73º 0.05% 0.81% -
XYZ 54.74 55.9 66.3 -
YUV 198.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 201 195 206 0.02 0.05 0 0.19 272.73 0.1 0.79
Hex C9 C3 CE 2 5 0 13 111 A 4F
Octal 311 303 316 2 5 0 23 421 12 117
Binary 11001001 11000011 11001110 10 101 0 10011 100010001 1010 1001111

Color Harmonies of #C9C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C3CE

Black with #C9C3CE

Text Example


Text Example

White with #C9C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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