Html Css Color HEX #C9C9CD Ghost

📋 copy color: '#C9C9CD'

red 201 ◦ green 201 ◦ blue 205

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

Shades of Ghost #C9C9CD

Tints of Ghost #C9C9CD

RGB

 RED value IS 201 (78.91% from 255) = 33.11%

 GREEN value IS 201 (78.91% from 255) = 33.11%

 BLUE value IS 205 (80.47% from 255) = 33.77%

R = 33.11%
G = 33.11%
B = 33.77%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9C9CD (or 0xC9C9CD) is known color: Ghost. HEX triplet: C9, C9 and CD. RGB value is (201,201,205). Sum of RGB (Red+Green+Blue) = 201+201+205=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9CD is #363632. Grayscale: #C9C9C9. Windows color (decimal): -3552819 or 13486537. OLE color: 13486537.

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

Color convert

RGB 201 201 205 -
CMYK 0.02 0.02 0 0.20
HSL 240º 0.04% 0.8% -
HSV(B) 240º 0.02% 0.8% -
XYZ 55.99 58.6 66.12 -
YUV 201.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 201 201 205 0.02 0.02 0 0.20 240 0.04 0.8
Hex C9 C9 CD 2 2 0 14 F0 4 50
Octal 311 311 315 2 2 0 24 360 4 120
Binary 11001001 11001001 11001101 10 10 0 10100 11110000 100 1010000

Color Harmonies of #C9C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C9CD

Black with #C9C9CD

Text Example


Text Example

White with #C9C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C9CD; }

 p { color: rgb(201,201,205); }

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

background-color css

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

 a { background-color: rgb(201,201,205); }

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

border-color css

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

 span { border-color: rgb(201,201,205); }

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