#C385A0

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

Shades of Viola #C385A0

Tints of Viola #C385A0

Color information

#C385A0 (or 0xC385A0) is unknown color: approx Viola. HEX triplet: C3, 85 and A0. RGB value is (195,133,160). Sum of RGB (Red+Green+Blue) = 195+133+160=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385A0 is #3C7A5F. Grayscale: #9A9A9A. Windows color (decimal): -3963488 or 10520003. OLE color: 10520003.

HSL color Cylindrical-coordinate representation of color #C385A0: hue angle of 333.87º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385A0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195133160-
CMYK00.320.180.24
HSL333.87º34.07%64.31%-
HSV(B)333.87º31.79%76.47%-
XYZ37.2430.9237.26-
YUV154.62131.04156.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=39.96%
G=27.25%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513316000.320.180.24333.8734.0764.31
HexC385A0020121814e2240
Octal303205240040223051642100
Binary110000111000010110100000010000010010110001010011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385A0; }

 p { color: rgb(195,133,160); }

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

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

 a { background-color: rgb(195,133,160); }

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

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

 span { border-color: rgb(195,133,160); }

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