Html Css Color HEX #C1A0CB Wisteria

📋 copy color: '#C1A0CB'

red 193 ◦ green 160 ◦ blue 203

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

Shades of Wisteria #C1A0CB

Tints of Wisteria #C1A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.78%

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 34.71%
G = 28.78%
B = 36.51%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1A0CB (or 0xC1A0CB) is known color: Wisteria. HEX triplet: C1, A0 and CB. RGB value is (193,160,203). Sum of RGB (Red+Green+Blue) = 193+160+203=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0CB is #3E5F34. Grayscale: #AEAEAE. Windows color (decimal): -4087605 or 13344961. OLE color: 13344961.

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

Color convert

RGB 193 160 203 -
CMYK 0.05 0.21 0 0.20
HSL 286.05º 0.29% 0.71% -
HSV(B) 286.05º 0.21% 0.8% -
XYZ 45.34 40.79 61.98 -
YUV 174.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 193 160 203 0.05 0.21 0 0.20 286.05 0.29 0.71
Hex C1 A0 CB 5 15 0 14 11E 1D 47
Octal 301 240 313 5 25 0 24 436 35 107
Binary 11000001 10100000 11001011 101 10101 0 10100 100011110 11101 1000111

Color Harmonies of #C1A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0CB

Black with #C1A0CB

Text Example


Text Example

White with #C1A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0CB; }

 p { color: rgb(193,160,203); }

 H1.HeaderClassName
 {
   color: #C1A0CB;
 }
 .AnyTagClassName
 {
   color: #C1A0CB;
 }
</style>

background-color css

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

 a { background-color: rgb(193,160,203); }

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

border-color css

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

 span { border-color: rgb(193,160,203); }

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