Html Css Color HEX #C484AC Lily

📋 copy color: '#C484AC'

red 196 ◦ green 132 ◦ blue 172

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

Shades of Lily #C484AC

Tints of Lily #C484AC

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 39.2%
G = 26.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C484AC (or 0xC484AC) is known color: Lily. HEX triplet: C4, 84 and AC. RGB value is (196,132,172). Sum of RGB (Red+Green+Blue) = 196+132+172=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C484AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484AC is #3B7B53. Grayscale: #9B9B9B. Windows color (decimal): -3898196 or 11306180. OLE color: 11306180.

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

Color convert

RGB 196 132 172 -
CMYK 0 0.33 0.12 0.23
HSL 322.5º 0.35% 0.64% -
HSV(B) 322.5º 0.33% 0.77% -
XYZ 38.46 31.22 43.03 -
YUV 155.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 196 132 172 0 0.33 0.12 0.23 322.5 0.35 0.64
Hex C4 84 AC 0 21 C 17 142 23 40
Octal 304 204 254 0 41 14 27 502 43 100
Binary 11000100 10000100 10101100 0 100001 1100 10111 101000010 100011 1000000

Color Harmonies of #C484AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484AC

Black with #C484AC

Text Example


Text Example

White with #C484AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484AC; }

 p { color: rgb(196,132,172); }

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

background-color css

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

 a { background-color: rgb(196,132,172); }

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

border-color css

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

 span { border-color: rgb(196,132,172); }

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