Html Css Color HEX #C488A8 Lily

📋 copy color: '#C488A8'

red 196 ◦ green 136 ◦ blue 168

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

Shades of Lily #C488A8

Tints of Lily #C488A8

RGB

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

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

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

R = 39.2%
G = 27.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C488A8 (or 0xC488A8) is known color: Lily. HEX triplet: C4, 88 and A8. RGB value is (196,136,168). Sum of RGB (Red+Green+Blue) = 196+136+168=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C488A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488A8 is #3B7757. Grayscale: #9D9D9D. Windows color (decimal): -3897176 or 11045060. OLE color: 11045060.

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

Color convert

RGB 196 136 168 -
CMYK 0 0.31 0.14 0.23
HSL 328º 0.34% 0.65% -
HSV(B) 328º 0.31% 0.77% -
XYZ 38.64 32.17 41.22 -
YUV 157.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 196 136 168 0 0.31 0.14 0.23 328 0.34 0.65
Hex C4 88 A8 0 1F E 17 148 22 41
Octal 304 210 250 0 37 16 27 510 42 101
Binary 11000100 10001000 10101000 0 11111 1110 10111 101001000 100010 1000001

Color Harmonies of #C488A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488A8

Black with #C488A8

Text Example


Text Example

White with #C488A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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