Html Css Color HEX #C488AA Lily

📋 copy color: '#C488AA'

red 196 ◦ green 136 ◦ blue 170

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

Shades of Lily #C488AA

Tints of Lily #C488AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 39.04%
G = 27.09%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C488AA (or 0xC488AA) is known color: Lily. HEX triplet: C4, 88 and AA. RGB value is (196,136,170). Sum of RGB (Red+Green+Blue) = 196+136+170=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AA is #3B7755. Grayscale: #9D9D9D. Windows color (decimal): -3897174 or 11176132. OLE color: 11176132.

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

Color convert

RGB 196 136 170 -
CMYK 0 0.31 0.13 0.23
HSL 326º 0.34% 0.65% -
HSV(B) 326º 0.31% 0.77% -
XYZ 38.82 32.25 42.21 -
YUV 157.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 196 136 170 0 0.31 0.13 0.23 326 0.34 0.65
Hex C4 88 AA 0 1F D 17 146 22 41
Octal 304 210 252 0 37 15 27 506 42 101
Binary 11000100 10001000 10101010 0 11111 1101 10111 101000110 100010 1000001

Color Harmonies of #C488AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488AA

Black with #C488AA

Text Example


Text Example

White with #C488AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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