#C38A9D

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

Shades of Viola #C38A9D

Tints of Viola #C38A9D

Color information

#C38A9D (or 0xC38A9D) is unknown color: approx Viola. HEX triplet: C3, 8A and 9D. RGB value is (195,138,157). Sum of RGB (Red+Green+Blue) = 195+138+157=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A9D is #3C7562. Grayscale: #9D9D9D. Windows color (decimal): -3962211 or 10324675. OLE color: 10324675.

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

Color convert

RGB195138157-
CMYK00.290.190.24
HSL340º32.2%65.29%-
HSV(B)340º29.23%76.47%-
XYZ37.6832.2136.13-
YUV157.21127.88154.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=39.80%
G=28.16%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513815700.290.190.2434032.265.29
HexC38A9D01D13181542041
Octal303212235035233052440101
Binary11000011100010101001110101110110011110001010101001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A9D; }

 p { color: rgb(195,138,157); }

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

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

 a { background-color: rgb(195,138,157); }

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

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

 span { border-color: rgb(195,138,157); }

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