#C18996

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

Shades of Viola #C18996

Tints of Viola #C18996

Color information

#C18996 (or 0xC18996) is unknown color: approx Viola. HEX triplet: C1, 89 and 96. RGB value is (193,137,150). Sum of RGB (Red+Green+Blue) = 193+137+150=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C18996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18996 is #3E7669. Grayscale: #9B9B9B. Windows color (decimal): -4093546 or 9865665. OLE color: 9865665.

HSL color Cylindrical-coordinate representation of color #C18996: hue angle of 346.07º 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 #C18996 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193137150-
CMYK00.290.220.24
HSL346.07º31.11%64.71%-
HSV(B)346.07º29.02%75.69%-
XYZ36.4431.4333-
YUV155.23125.05154.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=40.21%
G=28.54%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313715000.290.220.24346.0731.1164.71
HexC1899601D161815a1f41
Octal301211226035263053237101
Binary1100000110001001100101100111011011011000101011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18996; }

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

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

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

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

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

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

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

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