#C38B9A

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

Shades of Viola #C38B9A

Tints of Viola #C38B9A

Color information

#C38B9A (or 0xC38B9A) is unknown color: approx Viola. HEX triplet: C3, 8B and 9A. RGB value is (195,139,154). Sum of RGB (Red+Green+Blue) = 195+139+154=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38B9A is #3C7465. Grayscale: #9D9D9D. Windows color (decimal): -3961958 or 10128323. OLE color: 10128323.

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

Color convert

RGB195139154-
CMYK00.290.210.24
HSL343.93º31.82%65.49%-
HSV(B)343.93º28.72%76.47%-
XYZ37.5732.434.85-
YUV157.45126.05154.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=39.96%
G=28.48%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513915400.290.210.24343.9331.8265.49
HexC38B9A01D15181582041
Octal303213232035253053040101
Binary11000011100010111001101001110110101110001010110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B9A; }

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

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

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

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

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

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

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

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