#C0A0CA

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

Shades of Wisteria #C0A0CA

Tints of Wisteria #C0A0CA

Color information

#C0A0CA (or 0xC0A0CA) is unknown color: approx Wisteria. HEX triplet: C0, A0 and CA. RGB value is (192,160,202). Sum of RGB (Red+Green+Blue) = 192+160+202=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A0CA is #3F5F35. Grayscale: #AEAEAE. Windows color (decimal): -4153142 or 13279424. OLE color: 13279424.

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

Color convert

RGB192160202-
CMYK0.050.2100.21
HSL285.71º28.38%70.98%-
HSV(B)285.71º20.79%79.22%-
XYZ44.9740.6161.35-
YUV174.36143.6140.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=34.66%
G=28.88%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921602020.050.2100.21285.7128.3870.98
HexC0A0CA51501511e1c47
Octal30024031252502543634107
Binary11000000101000001100101010110101010101100011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0CA; }

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

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

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

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

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

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

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

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