#C38E96

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

Shades of Viola #C38E96

Tints of Viola #C38E96

Color information

#C38E96 (or 0xC38E96) is unknown color: approx Viola. HEX triplet: C3, 8E and 96. RGB value is (195,142,150). Sum of RGB (Red+Green+Blue) = 195+142+150=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E96 is #3C7169. Grayscale: #9E9E9E. Windows color (decimal): -3961194 or 9866947. OLE color: 9866947.

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

Color convert

RGB195142150-
CMYK00.270.230.24
HSL350.94º30.64%66.08%-
HSV(B)350.94º27.18%76.47%-
XYZ37.6833.1533.27-
YUV158.76123.06153.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=40.04%
G=29.16%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514215000.270.230.24350.9430.6466.08
HexC38E9601B171815f1f42
Octal303216226033273053737102
Binary1100001110001110100101100110111011111000101011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E96; }

 p { color: rgb(195,142,150); }

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

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

 a { background-color: rgb(195,142,150); }

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

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

 span { border-color: rgb(195,142,150); }

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