#C18994

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

Shades of Viola #C18994

Tints of Viola #C18994

Color information

#C18994 (or 0xC18994) is unknown color: approx Viola. HEX triplet: C1, 89 and 94. RGB value is (193,137,148). Sum of RGB (Red+Green+Blue) = 193+137+148=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C18994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18994 is #3E766B. Grayscale: #9B9B9B. Windows color (decimal): -4093548 or 9734593. OLE color: 9734593.

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

Color convert

RGB193137148-
CMYK00.290.230.24
HSL348.21º31.11%64.71%-
HSV(B)348.21º29.02%75.69%-
XYZ36.2831.3732.16-
YUV155124.05155.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=40.38%
G=28.66%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313714800.290.230.24348.2131.1164.71
HexC1899401D171815c1f41
Octal301211224035273053437101
Binary1100000110001001100101000111011011111000101011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18994; }

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

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

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

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

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

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

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

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