Html Css Color HEX #C7C7CB Ghost

📋 copy color: '#C7C7CB'

red 199 ◦ green 199 ◦ blue 203

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

Shades of Ghost #C7C7CB

Tints of Ghost #C7C7CB

RGB

 RED value IS 199 (78.13% from 255) = 33.11%

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

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 33.11%
G = 33.11%
B = 33.78%

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

#C7C7CB (or 0xC7C7CB) is known color: Ghost. HEX triplet: C7, C7 and CB. RGB value is (199,199,203). Sum of RGB (Red+Green+Blue) = 199+199+203=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7CB is #383834. Grayscale: #C7C7C7. Windows color (decimal): -3684405 or 13354951. OLE color: 13354951.

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

Color convert

RGB 199 199 203 -
CMYK 0.02 0.02 0 0.20
HSL 240º 0.04% 0.79% -
HSV(B) 240º 0.02% 0.8% -
XYZ 54.76 57.3 64.67 -
YUV 199.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 199 199 203 0.02 0.02 0 0.20 240 0.04 0.79
Hex C7 C7 CB 2 2 0 14 F0 4 4F
Octal 307 307 313 2 2 0 24 360 4 117
Binary 11000111 11000111 11001011 10 10 0 10100 11110000 100 1001111

Color Harmonies of #C7C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7CB

Black with #C7C7CB

Text Example


Text Example

White with #C7C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7CB; }

 p { color: rgb(199,199,203); }

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

background-color css

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

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

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

border-color css

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

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

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