#C5C3D0

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

Shades of Ghost #C5C3D0

Tints of Ghost #C5C3D0

Color information

#C5C3D0 (or 0xC5C3D0) is unknown color: approx Ghost. HEX triplet: C5, C3 and D0. RGB value is (197,195,208). Sum of RGB (Red+Green+Blue) = 197+195+208=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3D0 is #3A3C2F. Grayscale: #C5C5C5. Windows color (decimal): -3816496 or 13681605. OLE color: 13681605.

HSL color Cylindrical-coordinate representation of color #C5C3D0: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5C3D0 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197195208-
CMYK0.050.0600.18
HSL249.23º12.15%79.02%-
HSV(B)249.23º6.25%81.57%-
XYZ53.9355.4567.54-
YUV197.08134.16127.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.83%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=32.83%
G=32.5%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971952080.050.0600.18249.2312.1579.02
HexC5C3D056012f9c4f
Octal3053033205602237114117
Binary1100010111000011110100001011100100101111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3D0; }

 p { color: rgb(197,195,208); }

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

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

 a { background-color: rgb(197,195,208); }

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

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

 span { border-color: rgb(197,195,208); }

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