#C1A2CB

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

Shades of Wisteria #C1A2CB

Tints of Wisteria #C1A2CB

Color information

#C1A2CB (or 0xC1A2CB) is unknown color: approx Wisteria. HEX triplet: C1, A2 and CB. RGB value is (193,162,203). Sum of RGB (Red+Green+Blue) = 193+162+203=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2CB is #3E5D34. Grayscale: #AFAFAF. Windows color (decimal): -4087093 or 13345473. OLE color: 13345473.

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

Color convert

RGB193162203-
CMYK0.050.2000.20
HSL285.37º28.28%71.57%-
HSV(B)285.37º20.2%79.61%-
XYZ45.6941.4962.1-
YUV175.94143.27140.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.59%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=34.59%
G=29.03%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931622030.050.2000.20285.3728.2871.57
HexC1A2CB51401411d1c48
Octal30124231352402443534110
Binary11000001101000101100101110110100010100100011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2CB; }

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

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

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

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

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

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

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

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