Html Css Color HEX #C5C3CC Ghost

📋 copy color: '#C5C3CC'

red 197 ◦ green 195 ◦ blue 204

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

Shades of Ghost #C5C3CC

Tints of Ghost #C5C3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 33.05%
G = 32.72%
B = 34.23%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5C3CC (or 0xC5C3CC) is known color: Ghost. HEX triplet: C5, C3 and CC. RGB value is (197,195,204). Sum of RGB (Red+Green+Blue) = 197+195+204=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3CC is #3A3C33. Grayscale: #C4C4C4. Windows color (decimal): -3816500 or 13419461. OLE color: 13419461.

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

Color convert

RGB 197 195 204 -
CMYK 0.03 0.04 0 0.2
HSL 253.33º 0.08% 0.78% -
HSV(B) 253.33º 0.04% 0.8% -
XYZ 53.44 55.26 64.98 -
YUV 196.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 197 195 204 0.03 0.04 0 0.2 253.33 0.08 0.78
Hex C5 C3 CC 3 4 0 14 FD 8 4E
Octal 305 303 314 3 4 0 24 375 10 116
Binary 11000101 11000011 11001100 11 100 0 10100 11111101 1000 1001110

Color Harmonies of #C5C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3CC

Black with #C5C3CC

Text Example


Text Example

White with #C5C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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