Html Css Color HEX #C5C3CA Ghost

📋 copy color: '#C5C3CA'

red 197 ◦ green 195 ◦ blue 202

#C5C3CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost #C5C3CA

Tints of Ghost #C5C3CA

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

 GREEN value IS 195 (76.56% from 255) = 32.83%

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 33.16%
G = 32.83%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5C3CA (or 0xC5C3CA) is known color: Ghost. HEX triplet: C5, C3 and CA. RGB value is (197,195,202). Sum of RGB (Red+Green+Blue) = 197+195+202=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3CA is #3A3C35. Grayscale: #C4C4C4. Windows color (decimal): -3816502 or 13288389. OLE color: 13288389.

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

Color convert

RGB 197 195 202 -
CMYK 0.02 0.03 0 0.21
HSL 257.14º 0.06% 0.78% -
HSV(B) 257.14º 0.03% 0.79% -
XYZ 53.2 55.16 63.72 -
YUV 196.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 197 195 202 0.02 0.03 0 0.21 257.14 0.06 0.78
Hex C5 C3 CA 2 3 0 15 101 6 4E
Octal 305 303 312 2 3 0 25 401 6 116
Binary 11000101 11000011 11001010 10 11 0 10101 100000001 110 1001110

Color Harmonies of #C5C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3CA

Black with #C5C3CA

Text Example


Text Example

White with #C5C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3CA; }

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

 H1.HeaderClassName
 {
   color: #C5C3CA;
 }
 .AnyTagClassName
 {
   color: #C5C3CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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