Html Css Color HEX #C9C9CF Ghost

📋 copy color: '#C9C9CF'

red 201 ◦ green 201 ◦ blue 207

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

Shades of Ghost #C9C9CF

Tints of Ghost #C9C9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 33%
G = 33%
B = 33.99%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9C9CF (or 0xC9C9CF) is known color: Ghost. HEX triplet: C9, C9 and CF. RGB value is (201,201,207). Sum of RGB (Red+Green+Blue) = 201+201+207=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9CF is #363630. Grayscale: #C9C9C9. Windows color (decimal): -3552817 or 13617609. OLE color: 13617609.

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

Color convert

RGB 201 201 207 -
CMYK 0.03 0.03 0 0.19
HSL 240º 0.06% 0.8% -
HSV(B) 240º 0.03% 0.81% -
XYZ 56.24 58.7 67.4 -
YUV 201.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 201 201 207 0.03 0.03 0 0.19 240 0.06 0.8
Hex C9 C9 CF 3 3 0 13 F0 6 50
Octal 311 311 317 3 3 0 23 360 6 120
Binary 11001001 11001001 11001111 11 11 0 10011 11110000 110 1010000

Color Harmonies of #C9C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C9CF

Black with #C9C9CF

Text Example


Text Example

White with #C9C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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