#C19ACE

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

Shades of Wisteria #C19ACE

Tints of Wisteria #C19ACE

Color information

#C19ACE (or 0xC19ACE) is unknown color: approx Wisteria. HEX triplet: C1, 9A and CE. RGB value is (193,154,206). Sum of RGB (Red+Green+Blue) = 193+154+206=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ACE is #3E6531. Grayscale: #ABABAB. Windows color (decimal): -4089138 or 13540033. OLE color: 13540033.

HSL color Cylindrical-coordinate representation of color #C19ACE: hue angle of 285º 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 #C19ACE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193154206-
CMYK0.060.2500.19
HSL285º34.67%70.59%-
HSV(B)285º25.24%80.78%-
XYZ44.6938.963.55-
YUV171.59147.42143.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=34.90%
G=27.85%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931542060.060.2500.1928534.6770.59
HexC19ACE61901311d2347
Octal30123231663102343543107
Binary110000011001101011001110110110010100111000111011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ACE; }

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

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

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

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

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

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

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

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