#C38F95

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

Shades of Viola #C38F95

Tints of Viola #C38F95

Color information

#C38F95 (or 0xC38F95) is unknown color: approx Viola. HEX triplet: C3, 8F and 95. RGB value is (195,143,149). Sum of RGB (Red+Green+Blue) = 195+143+149=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F95 is #3C706A. Grayscale: #9F9F9F. Windows color (decimal): -3960939 or 9801667. OLE color: 9801667.

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

Color convert

RGB195143149-
CMYK00.270.240.24
HSL353.08º30.23%66.27%-
HSV(B)353.08º26.67%76.47%-
XYZ37.7533.4232.89-
YUV159.23122.23153.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=40.04%
G=29.36%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514314900.270.240.24353.0830.2366.27
HexC38F9501B18181611e42
Octal303217225033303054136102
Binary1100001110001111100101010110111100011000101100001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F95; }

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

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

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

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

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

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

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

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