#C38D93

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

Shades of Viola #C38D93

Tints of Viola #C38D93

Color information

#C38D93 (or 0xC38D93) is unknown color: approx Viola. HEX triplet: C3, 8D and 93. RGB value is (195,141,147). Sum of RGB (Red+Green+Blue) = 195+141+147=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D93 is #3C726C. Grayscale: #9D9D9D. Windows color (decimal): -3961453 or 9670083. OLE color: 9670083.

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

Color convert

RGB195141147-
CMYK00.280.250.24
HSL353.33º31.03%65.88%-
HSV(B)353.33º27.69%76.47%-
XYZ37.332.7631.96-
YUV157.83121.89154.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=40.37%
G=29.19%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514114700.280.250.24353.3331.0365.88
HexC38D9301C19181611f42
Octal303215223034313054137102
Binary1100001110001101100100110111001100111000101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D93; }

 p { color: rgb(195,141,147); }

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

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

 a { background-color: rgb(195,141,147); }

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

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

 span { border-color: rgb(195,141,147); }

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