#C38E92

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

Shades of Viola #C38E92

Tints of Viola #C38E92

Color information

#C38E92 (or 0xC38E92) is unknown color: approx Viola. HEX triplet: C3, 8E and 92. RGB value is (195,142,146). Sum of RGB (Red+Green+Blue) = 195+142+146=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E92 is #3C716D. Grayscale: #9E9E9E. Windows color (decimal): -3961198 or 9604803. OLE color: 9604803.

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

Color convert

RGB195142146-
CMYK00.270.250.24
HSL355.47º30.64%66.08%-
HSV(B)355.47º27.18%76.47%-
XYZ37.3733.0231.6-
YUV158.3121.06154.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=40.37%
G=29.40%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514214600.270.250.24355.4730.6466.08
HexC38E9201B19181631f42
Octal303216222033313054337102
Binary1100001110001110100100100110111100111000101100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E92; }

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

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

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

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

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

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

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

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