#C9C3CE

Color #C9C3CE French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C9C3CE

Tints of French Grey #C9C3CE

Color information

#C9C3CE (or 0xC9C3CE) is unknown color: approx 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

RGB201195206-
CMYK0.020.0500.19
HSL272.73º10.09%78.63%-
HSV(B)272.73º5.34%80.78%-
XYZ54.7455.966.3-
YUV198.05132.49130.11-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2011952060.020.0500.19272.7310.0978.63
HexC9C3CE25013111a4f
Octal3113033162502342112117
Binary1100100111000011110011101010101001110001000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>