#C18E94

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

Shades of Viola #C18E94

Tints of Viola #C18E94

Color information

#C18E94 (or 0xC18E94) is unknown color: approx Viola. HEX triplet: C1, 8E and 94. RGB value is (193,142,148). Sum of RGB (Red+Green+Blue) = 193+142+148=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18E94 is #3E716B. Grayscale: #9D9D9D. Windows color (decimal): -4092268 or 9735873. OLE color: 9735873.

HSL color Cylindrical-coordinate representation of color #C18E94: hue angle of 352.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18E94 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB193142148-
CMYK00.260.230.24
HSL352.94º29.14%65.69%-
HSV(B)352.94º26.42%75.69%-
XYZ37.0132.8232.4-
YUV157.93122.4153.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=39.96%
G=29.40%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314214800.260.230.24352.9429.1465.69
HexC18E9401A17181611d42
Octal301216224032273054135102
Binary1100000110001110100101000110101011111000101100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E94; }

 p { color: rgb(193,142,148); }

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

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

 a { background-color: rgb(193,142,148); }

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

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

 span { border-color: rgb(193,142,148); }

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