Html Css Color HEX #C8C6D0 Ghost

📋 copy color: '#C8C6D0'

red 200 ◦ green 198 ◦ blue 208

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

Shades of Ghost #C8C6D0

Tints of Ghost #C8C6D0

RGB

 RED value IS 200 (78.52% from 255) = 33%

 GREEN value IS 198 (77.73% from 255) = 32.67%

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 33%
G = 32.67%
B = 34.32%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C8C6D0 (or 0xC8C6D0) is known color: Ghost. HEX triplet: C8, C6 and D0. RGB value is (200,198,208). Sum of RGB (Red+Green+Blue) = 200+198+208=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8C6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6D0 is #37392F. Grayscale: #C7C7C7. Windows color (decimal): -3619120 or 13682376. OLE color: 13682376.

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

Color convert

RGB 200 198 208 -
CMYK 0.04 0.05 0 0.18
HSL 252º 0.1% 0.8% -
HSV(B) 252º 0.05% 0.82% -
XYZ 55.4 57.22 67.8 -
YUV 199.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 200 198 208 0.04 0.05 0 0.18 252 0.1 0.8
Hex C8 C6 D0 4 5 0 12 FC A 50
Octal 310 306 320 4 5 0 22 374 12 120
Binary 11001000 11000110 11010000 100 101 0 10010 11111100 1010 1010000

Color Harmonies of #C8C6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C6D0

Black with #C8C6D0

Text Example


Text Example

White with #C8C6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C6D0; }

 p { color: rgb(200,198,208); }

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

background-color css

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

 a { background-color: rgb(200,198,208); }

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

border-color css

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

 span { border-color: rgb(200,198,208); }

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