#C385AF

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

Shades of Lily #C385AF

Tints of Lily #C385AF

Color information

#C385AF (or 0xC385AF) is unknown color: approx Lily. HEX triplet: C3, 85 and AF. RGB value is (195,133,175). Sum of RGB (Red+Green+Blue) = 195+133+175=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AF is #3C7A50. Grayscale: #9C9C9C. Windows color (decimal): -3963473 or 11503043. OLE color: 11503043.

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

Color convert

RGB195133175-
CMYK00.320.100.24
HSL319.35º34.07%64.31%-
HSV(B)319.35º31.79%76.47%-
XYZ38.6331.4744.6-
YUV156.33138.54155.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=38.77%
G=26.44%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513317500.320.100.24319.3534.0764.31
HexC385AF020A1813f2240
Octal303205257040123047742100
Binary11000011100001011010111101000001010110001001111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385AF; }

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

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

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

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

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

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

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

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