#C09ACE

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

Shades of Wisteria #C09ACE

Tints of Wisteria #C09ACE

Color information

#C09ACE (or 0xC09ACE) is unknown color: approx Wisteria. HEX triplet: C0, 9A and CE. RGB value is (192,154,206). Sum of RGB (Red+Green+Blue) = 192+154+206=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACE is #3F6531. Grayscale: #ABABAB. Windows color (decimal): -4154674 or 13540032. OLE color: 13540032.

HSL color Cylindrical-coordinate representation of color #C09ACE: hue angle of 283.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09ACE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192154206-
CMYK0.070.2500.19
HSL283.85º34.67%70.59%-
HSV(B)283.85º25.24%80.78%-
XYZ44.4338.7763.53-
YUV171.29147.59142.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=34.78%
G=27.90%
B=37.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921542060.070.2500.19283.8534.6770.59
HexC09ACE71901311c2347
Octal30023231673102343443107
Binary110000001001101011001110111110010100111000111001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09ACE; }

 p { color: rgb(192,154,206); }

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

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

 a { background-color: rgb(192,154,206); }

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

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

 span { border-color: rgb(192,154,206); }

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