#C9C0CA

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

Shades of Thistle #C9C0CA

Tints of Thistle #C9C0CA

Color information

#C9C0CA (or 0xC9C0CA) is unknown color: approx Thistle. HEX triplet: C9, C0 and CA. RGB value is (201,192,202). Sum of RGB (Red+Green+Blue) = 201+192+202=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0CA is #363F35. Grayscale: #C3C3C3. Windows color (decimal): -3555126 or 13287625. OLE color: 13287625.

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

Color convert

RGB201192202-
CMYK0.000.0500.21
HSL294º8.62%77.25%-
HSV(B)294º4.95%79.22%-
XYZ53.654.3863.55-
YUV195.83131.48131.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=33.78%
G=32.27%
B=33.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011922020.000.0500.212948.6277.25
HexC9C0CA0501512694d
Octal3113003120502544611115
Binary110010011100000011001010010101010110010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0CA; }

 p { color: rgb(201,192,202); }

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

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

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

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

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

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

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