#C3C0CA

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

Shades of Ghost #C3C0CA

Tints of Ghost #C3C0CA

Color information

#C3C0CA (or 0xC3C0CA) is unknown color: approx Ghost. HEX triplet: C3, C0 and CA. RGB value is (195,192,202). Sum of RGB (Red+Green+Blue) = 195+192+202=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0CA is #3C3F35. Grayscale: #C2C2C2. Windows color (decimal): -3948342 or 13287619. OLE color: 13287619.

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

Color convert

RGB195192202-
CMYK0.030.0500.21
HSL258º8.62%77.25%-
HSV(B)258º4.95%79.22%-
XYZ52.0253.5763.47-
YUV194.04132.49128.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=33.11%
G=32.60%
B=34.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951922020.030.0500.212588.6277.25
HexC3C0CA3501510294d
Octal3033003123502540211115
Binary1100001111000000110010101110101010110000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0CA; }

 p { color: rgb(195,192,202); }

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

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

 a { background-color: rgb(195,192,202); }

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

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

 span { border-color: rgb(195,192,202); }

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