Html Css Color HEX #C9C4CE French Grey

📋 copy color: '#C9C4CE'

red 201 ◦ green 196 ◦ blue 206

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

Shades of French Grey #C9C4CE

Tints of French Grey #C9C4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.5%

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

R = 33.33%
G = 32.5%
B = 34.16%

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

#C9C4CE (or 0xC9C4CE) is known color: French Grey. HEX triplet: C9, C4 and CE. RGB value is (201,196,206). Sum of RGB (Red+Green+Blue) = 201+196+206=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4CE is #363B31. Grayscale: #C6C6C6. Windows color (decimal): -3554098 or 13550793. OLE color: 13550793.

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

Color convert

RGB 201 196 206 -
CMYK 0.02 0.05 0 0.19
HSL 270º 0.09% 0.79% -
HSV(B) 270º 0.05% 0.81% -
XYZ 54.97 56.35 66.37 -
YUV 198.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 201 196 206 0.02 0.05 0 0.19 270 0.09 0.79
Hex C9 C4 CE 2 5 0 13 10E 9 4F
Octal 311 304 316 2 5 0 23 416 11 117
Binary 11001001 11000100 11001110 10 101 0 10011 100001110 1001 1001111

Color Harmonies of #C9C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C4CE

Black with #C9C4CE

Text Example


Text Example

White with #C9C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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