#C38E99

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

Shades of Viola #C38E99

Tints of Viola #C38E99

Color information

#C38E99 (or 0xC38E99) is unknown color: approx Viola. HEX triplet: C3, 8E and 99. RGB value is (195,142,153). Sum of RGB (Red+Green+Blue) = 195+142+153=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E99 is #3C7166. Grayscale: #9F9F9F. Windows color (decimal): -3961191 or 10063555. OLE color: 10063555.

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

Color convert

RGB195142153-
CMYK00.270.220.24
HSL347.55º30.64%66.08%-
HSV(B)347.55º27.18%76.47%-
XYZ37.9333.2534.56-
YUV159.1124.56153.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=39.80%
G=28.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514215300.270.220.24347.5530.6466.08
HexC38E9901B161815c1f42
Octal303216231033263053437102
Binary1100001110001110100110010110111011011000101011100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E99; }

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

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

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

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

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

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

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

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