#C1CEC1

Color #C1CEC1 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #C1CEC1

Tints of Paris White #C1CEC1

Color information

#C1CEC1 (or 0xC1CEC1) is unknown color: approx Paris White. HEX triplet: C1, CE and C1. RGB value is (193,206,193). Sum of RGB (Red+Green+Blue) = 193+206+193=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC1 is #3E313E. Grayscale: #C8C8C8. Windows color (decimal): -4075839 or 12701377. OLE color: 12701377.

HSL color Cylindrical-coordinate representation of color #C1CEC1: hue angle of 120º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CEC1 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB193206193-
CMYK0.0600.060.19
HSL120º11.71%78.24%-
HSV(B)120º6.31%80.78%-
XYZ53.6959.3359.07-
YUV200.63123.69122.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=32.60%
G=34.80%
B=32.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061930.0600.060.1912011.7178.24
HexC1CEC16061378c4e
Octal3013163016062317014116
Binary110000011100111011000001110011010011111100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEC1; }

 p { color: rgb(193,206,193); }

 H1.HeaderClassName
 {
   color: #C1CEC1;
 }
 .AnyTagClassName
 {
   color: #C1CEC1;
 }
</style>
background-color css

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

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

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

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

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

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