Html Css Color HEX #C488AC Lily

📋 copy color: '#C488AC'

red 196 ◦ green 136 ◦ blue 172

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

Shades of Lily #C488AC

Tints of Lily #C488AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 38.89%
G = 26.98%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C488AC (or 0xC488AC) is known color: Lily. HEX triplet: C4, 88 and AC. RGB value is (196,136,172). Sum of RGB (Red+Green+Blue) = 196+136+172=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AC is #3B7753. Grayscale: #9D9D9D. Windows color (decimal): -3897172 or 11307204. OLE color: 11307204.

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

Color convert

RGB 196 136 172 -
CMYK 0 0.31 0.12 0.23
HSL 324º 0.34% 0.65% -
HSV(B) 324º 0.31% 0.77% -
XYZ 39.02 32.32 43.21 -
YUV 158.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 196 136 172 0 0.31 0.12 0.23 324 0.34 0.65
Hex C4 88 AC 0 1F C 17 144 22 41
Octal 304 210 254 0 37 14 27 504 42 101
Binary 11000100 10001000 10101100 0 11111 1100 10111 101000100 100010 1000001

Color Harmonies of #C488AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488AC

Black with #C488AC

Text Example


Text Example

White with #C488AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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