Html Css Color HEX #C484A8 Lily

📋 copy color: '#C484A8'

red 196 ◦ green 132 ◦ blue 168

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

Shades of Lily #C484A8

Tints of Lily #C484A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 39.52%
G = 26.61%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C484A8 (or 0xC484A8) is known color: Lily. HEX triplet: C4, 84 and A8. RGB value is (196,132,168). Sum of RGB (Red+Green+Blue) = 196+132+168=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A8 is #3B7B57. Grayscale: #9B9B9B. Windows color (decimal): -3898200 or 11044036. OLE color: 11044036.

HSL color Cylindrical-coordinate representation of color #C484A8: hue angle of 326.25º 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 #C484A8 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 168 -
CMYK 0 0.33 0.14 0.23
HSL 326.25º 0.35% 0.64% -
HSV(B) 326.25º 0.33% 0.77% -
XYZ 38.08 31.07 41.03 -
YUV 155.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 196 132 168 0 0.33 0.14 0.23 326.25 0.35 0.64
Hex C4 84 A8 0 21 E 17 146 23 40
Octal 304 204 250 0 41 16 27 506 43 100
Binary 11000100 10000100 10101000 0 100001 1110 10111 101000110 100011 1000000

Color Harmonies of #C484A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484A8

Black with #C484A8

Text Example


Text Example

White with #C484A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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