#C288A3

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

Shades of Viola #C288A3

Tints of Viola #C288A3

Color information

#C288A3 (or 0xC288A3) is unknown color: approx Viola. HEX triplet: C2, 88 and A3. RGB value is (194,136,163). Sum of RGB (Red+Green+Blue) = 194+136+163=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C288A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288A3 is #3D775C. Grayscale: #9C9C9C. Windows color (decimal): -4028253 or 10717378. OLE color: 10717378.

HSL color Cylindrical-coordinate representation of color #C288A3: hue angle of 332.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288A3 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB194136163-
CMYK00.300.160.24
HSL332.07º32.22%64.71%-
HSV(B)332.07º29.9%76.08%-
XYZ37.6631.7238.79-
YUV156.42131.72154.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 163 (64.06% from 255) = 33.06%
R=39.35%
G=27.59%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413616300.300.160.24332.0732.2264.71
HexC288A301E101814c2041
Octal302210243036203051440101
Binary11000010100010001010001101111010000110001010011001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288A3; }

 p { color: rgb(194,136,163); }

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

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

 a { background-color: rgb(194,136,163); }

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

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

 span { border-color: rgb(194,136,163); }

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