#C38E9C

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

Shades of Viola #C38E9C

Tints of Viola #C38E9C

Color information

#C38E9C (or 0xC38E9C) is unknown color: approx Viola. HEX triplet: C3, 8E and 9C. RGB value is (195,142,156). Sum of RGB (Red+Green+Blue) = 195+142+156=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E9C is #3C7163. Grayscale: #9F9F9F. Windows color (decimal): -3961188 or 10260163. OLE color: 10260163.

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

Color convert

RGB195142156-
CMYK00.270.200.24
HSL344.15º30.64%66.08%-
HSV(B)344.15º27.18%76.47%-
XYZ38.1833.3535.88-
YUV159.44126.06153.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=39.55%
G=28.80%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514215600.270.200.24344.1530.6466.08
HexC38E9C01B14181581f42
Octal303216234033243053037102
Binary1100001110001110100111000110111010011000101011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E9C; }

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

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

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

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

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

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

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

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