#C9C8C9

Color #C9C8C9 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #C9C8C9

Tints of Thistle #C9C8C9

Color information

#C9C8C9 (or 0xC9C8C9) is unknown color: approx Thistle. HEX triplet: C9, C8 and C9. RGB value is (201,200,201). Sum of RGB (Red+Green+Blue) = 201+200+201=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C9C8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8C9 is #363736. Grayscale: #C8C8C8. Windows color (decimal): -3553079 or 13224137. OLE color: 13224137.

HSL color Cylindrical-coordinate representation of color #C9C8C9: hue angle of 300º 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 #C9C8C9 is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201200201-
CMYK00.0000.21
HSL300º0.92%78.63%-
HSV(B)300º0.5%78.82%-
XYZ55.2857.9463.53-
YUV200.41128.33128.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120020100.0000.213000.9278.63
HexC9C8C90001512c14f
Octal311310311000254541117
Binary1100100111001000110010010001010110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8C9; }

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

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

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

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

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

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

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

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