Html Css Color HEX #C5C3D0 Ghost

📋 copy color: '#C5C3D0'

red 197 ◦ green 195 ◦ blue 208

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

Shades of Ghost #C5C3D0

Tints of Ghost #C5C3D0

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 value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5C3D0 (or 0xC5C3D0) is known color: 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

RGB 197 195 208 -
CMYK 0.05 0.06 0 0.18
HSL 249.23º 0.12% 0.79% -
HSV(B) 249.23º 0.06% 0.82% -
XYZ 53.93 55.45 67.54 -
YUV 197.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 197 195 208 0.05 0.06 0 0.18 249.23 0.12 0.79
Hex C5 C3 D0 5 6 0 12 F9 C 4F
Octal 305 303 320 5 6 0 22 371 14 117
Binary 11000101 11000011 11010000 101 110 0 10010 11111001 1100 1001111

Color Harmonies of #C5C3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3D0

Black with #C5C3D0

Text Example


Text Example

White with #C5C3D0

Text Example


Text Example

HTML Codes & Css Web 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>