#C3C1CD

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

Shades of Ghost #C3C1CD

Tints of Ghost #C3C1CD

Color information

#C3C1CD (or 0xC3C1CD) is unknown color: approx Ghost. HEX triplet: C3, C1 and CD. RGB value is (195,193,205). Sum of RGB (Red+Green+Blue) = 195+193+205=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1CD is #3C3E32. Grayscale: #C2C2C2. Windows color (decimal): -3948083 or 13484483. OLE color: 13484483.

HSL color Cylindrical-coordinate representation of color #C3C1CD: hue angle of 250º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C1CD is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195193205-
CMYK0.050.0600.20
HSL250º10.71%78.04%-
HSV(B)250º5.85%80.39%-
XYZ52.654.1565.44-
YUV194.97133.66128.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=32.88%
G=32.55%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951932050.050.0600.2025010.7178.04
HexC3C1CD56014fab4e
Octal3033013155602437213116
Binary1100001111000001110011011011100101001111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1CD; }

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

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

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

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

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

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

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

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