#C9C8C8

Color #C9C8C8 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #C9C8C8

Tints of Very Light Grey #C9C8C8

Color information

#C9C8C8 (or 0xC9C8C8) is unknown color: approx Very Light Grey. HEX triplet: C9, C8 and C8. RGB value is (201,200,200). Sum of RGB (Red+Green+Blue) = 201+200+200=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8C8 is #363737. Grayscale: #C8C8C8. Windows color (decimal): -3553080 or 13158601. OLE color: 13158601.

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

Color convert

RGB201200200-
CMYK00.000.000.21
HSL0.92%78.63%-
HSV(B)0.5%78.82%-
XYZ55.1757.962.91-
YUV200.3127.83128.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.44%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=33.44%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120020000.000.000.2100.9278.63
HexC9C8C800015014f
Octal3113103100002501117
Binary11001001110010001100100000010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8C8; }

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

 H1.HeaderClassName
 {
   color: #C9C8C8;
 }
 .AnyTagClassName
 {
   color: #C9C8C8;
 }
</style>
background-color css

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

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

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

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

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

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