Html Css Color HEX #C1C9C3 Paris White

📋 copy color: '#C1C9C3'

red 193 ◦ green 201 ◦ blue 195

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

Shades of Paris White #C1C9C3

Tints of Paris White #C1C9C3

RGB

 RED value IS 193 (75.78% from 255) = 32.77%

 GREEN value IS 201 (78.91% from 255) = 34.13%

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 32.77%
G = 34.13%
B = 33.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C1C9C3 (or 0xC1C9C3) is known color: Paris White. HEX triplet: C1, C9 and C3. RGB value is (193,201,195). Sum of RGB (Red+Green+Blue) = 193+201+195=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C9C3 is #3E363C. Grayscale: #C5C5C5. Windows color (decimal): -4077117 or 12831169. OLE color: 12831169.

HSL color Cylindrical-coordinate representation of color #C1C9C3: hue angle of 135º degrees, saturation: 0.07, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1C9C3 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 201 195 -
CMYK 0.04 0 0.03 0.21
HSL 135º 0.07% 0.77% -
HSV(B) 135º 0.04% 0.79% -
XYZ 52.73 57.05 59.86 -
YUV 197.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 193 201 195 0.04 0 0.03 0.21 135 0.07 0.77
Hex C1 C9 C3 4 0 3 15 87 7 4D
Octal 301 311 303 4 0 3 25 207 7 115
Binary 11000001 11001001 11000011 100 0 11 10101 10000111 111 1001101

Color Harmonies of #C1C9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C9C3

Black with #C1C9C3

Text Example


Text Example

White with #C1C9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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