Html Css Color HEX #C19ACE Wisteria

📋 copy color: '#C19ACE'

red 193 ◦ green 154 ◦ blue 206

#C19ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C19ACE

Tints of Wisteria #C19ACE

RGB

 RED value IS 193 (75.78% from 255) = 34.9%

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 34.9%
G = 27.85%
B = 37.25%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C19ACE (or 0xC19ACE) is known color: 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

RGB 193 154 206 -
CMYK 0.06 0.25 0 0.19
HSL 285º 0.35% 0.71% -
HSV(B) 285º 0.25% 0.81% -
XYZ 44.69 38.9 63.55 -
YUV 171.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 193 154 206 0.06 0.25 0 0.19 285 0.35 0.71
Hex C1 9A CE 6 19 0 13 11D 23 47
Octal 301 232 316 6 31 0 23 435 43 107
Binary 11000001 10011010 11001110 110 11001 0 10011 100011101 100011 1000111

Color Harmonies of #C19ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ACE

Black with #C19ACE

Text Example


Text Example

White with #C19ACE

Text Example


Text Example

HTML Codes & Css Web 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>