#C38B95

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

Shades of Viola #C38B95

Tints of Viola #C38B95

Color information

#C38B95 (or 0xC38B95) is unknown color: approx Viola. HEX triplet: C3, 8B and 95. RGB value is (195,139,149). Sum of RGB (Red+Green+Blue) = 195+139+149=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B95 is #3C746A. Grayscale: #9C9C9C. Windows color (decimal): -3961963 or 9800643. OLE color: 9800643.

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

Color convert

RGB195139149-
CMYK00.290.240.24
HSL349.29º31.82%65.49%-
HSV(B)349.29º28.72%76.47%-
XYZ37.1632.2432.7-
YUV156.88123.55155.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=40.37%
G=28.78%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513914900.290.240.24349.2931.8265.49
HexC38B9501D181815d2041
Octal303213225035303053540101
Binary11000011100010111001010101110111000110001010111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B95; }

 p { color: rgb(195,139,149); }

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

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

 a { background-color: rgb(195,139,149); }

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

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

 span { border-color: rgb(195,139,149); }

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