#C5C3CD

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

Shades of Ghost #C5C3CD

Tints of Ghost #C5C3CD

Color information

#C5C3CD (or 0xC5C3CD) is unknown color: approx Ghost. HEX triplet: C5, C3 and CD. RGB value is (197,195,205). Sum of RGB (Red+Green+Blue) = 197+195+205=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3CD is #3A3C32. Grayscale: #C4C4C4. Windows color (decimal): -3816499 or 13484997. OLE color: 13484997.

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

Color convert

RGB197195205-
CMYK0.040.0500.20
HSL252º9.09%78.43%-
HSV(B)252º4.88%80.39%-
XYZ53.5655.3165.61-
YUV196.74132.66128.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 195 (76.56% from 255) = 32.66%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=33.00%
G=32.66%
B=34.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971952050.040.0500.202529.0978.43
HexC5C3CD45014fc94e
Octal3053033154502437411116
Binary1100010111000011110011011001010101001111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3CD; }

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

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

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

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

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

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

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

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