Html Css Color HEX #C9C7CE Ghost

📋 copy color: '#C9C7CE'

red 201 ◦ green 199 ◦ blue 206

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

Shades of Ghost #C9C7CE

Tints of Ghost #C9C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.84%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 33.17%
G = 32.84%
B = 33.99%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9C7CE (or 0xC9C7CE) is known color: Ghost. HEX triplet: C9, C7 and CE. RGB value is (201,199,206). Sum of RGB (Red+Green+Blue) = 201+199+206=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7CE is #363831. Grayscale: #C8C8C8. Windows color (decimal): -3553330 or 13551561. OLE color: 13551561.

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

Color convert

RGB 201 199 206 -
CMYK 0.02 0.03 0 0.19
HSL 257.14º 0.07% 0.79% -
HSV(B) 257.14º 0.03% 0.81% -
XYZ 55.65 57.72 66.6 -
YUV 200.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 201 199 206 0.02 0.03 0 0.19 257.14 0.07 0.79
Hex C9 C7 CE 2 3 0 13 101 7 4F
Octal 311 307 316 2 3 0 23 401 7 117
Binary 11001001 11000111 11001110 10 11 0 10011 100000001 111 1001111

Color Harmonies of #C9C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7CE

Black with #C9C7CE

Text Example


Text Example

White with #C9C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7CE; }

 p { color: rgb(201,199,206); }

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

background-color css

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

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

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

border-color css

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

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

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