Html Css Color HEX #C385AA Lily

📋 copy color: '#C385AA'

red 195 ◦ green 133 ◦ blue 170

#C385AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C385AA

Tints of Lily #C385AA

RGB

 RED value IS 195 (76.56% from 255) = 39.16%

 GREEN value IS 133 (52.34% from 255) = 26.71%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 39.16%
G = 26.71%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C385AA (or 0xC385AA) is known color: Lily. HEX triplet: C3, 85 and AA. RGB value is (195,133,170). Sum of RGB (Red+Green+Blue) = 195+133+170=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AA is #3C7A55. Grayscale: #9B9B9B. Windows color (decimal): -3963478 or 11175363. OLE color: 11175363.

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

Color convert

RGB 195 133 170 -
CMYK 0 0.32 0.13 0.24
HSL 324.19º 0.34% 0.64% -
HSV(B) 324.19º 0.32% 0.76% -
XYZ 38.15 31.28 42.06 -
YUV 155.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 195 133 170 0 0.32 0.13 0.24 324.19 0.34 0.64
Hex C3 85 AA 0 20 D 18 144 22 40
Octal 303 205 252 0 40 15 30 504 42 100
Binary 11000011 10000101 10101010 0 100000 1101 11000 101000100 100010 1000000

Color Harmonies of #C385AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385AA

Black with #C385AA

Text Example


Text Example

White with #C385AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385AA; }

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

 H1.HeaderClassName
 {
   color: #C385AA;
 }
 .AnyTagClassName
 {
   color: #C385AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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