Html Css Color HEX #C382AC Lily

📋 copy color: '#C382AC'

red 195 ◦ green 130 ◦ blue 172

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

Shades of Lily #C382AC

Tints of Lily #C382AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 39.24%
G = 26.16%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C382AC (or 0xC382AC) is known color: Lily. HEX triplet: C3, 82 and AC. RGB value is (195,130,172). Sum of RGB (Red+Green+Blue) = 195+130+172=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AC is #3C7D53. Grayscale: #9A9A9A. Windows color (decimal): -3964244 or 11305667. OLE color: 11305667.

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

Color convert

RGB 195 130 172 -
CMYK 0 0.33 0.12 0.24
HSL 321.23º 0.35% 0.64% -
HSV(B) 321.23º 0.33% 0.76% -
XYZ 37.93 30.55 42.93 -
YUV 154.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 195 130 172 0 0.33 0.12 0.24 321.23 0.35 0.64
Hex C3 82 AC 0 21 C 18 141 23 40
Octal 303 202 254 0 41 14 30 501 43 100
Binary 11000011 10000010 10101100 0 100001 1100 11000 101000001 100011 1000000

Color Harmonies of #C382AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382AC

Black with #C382AC

Text Example


Text Example

White with #C382AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382AC; }

 p { color: rgb(195,130,172); }

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

background-color css

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

 a { background-color: rgb(195,130,172); }

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

border-color css

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

 span { border-color: rgb(195,130,172); }

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