Html Css Color HEX #C488AE Lily

📋 copy color: '#C488AE'

red 196 ◦ green 136 ◦ blue 174

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

Shades of Lily #C488AE

Tints of Lily #C488AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 38.74%
G = 26.88%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C488AE (or 0xC488AE) is known color: Lily. HEX triplet: C4, 88 and AE. RGB value is (196,136,174). Sum of RGB (Red+Green+Blue) = 196+136+174=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C488AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488AE is #3B7751. Grayscale: #9E9E9E. Windows color (decimal): -3897170 or 11438276. OLE color: 11438276.

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

Color convert

RGB 196 136 174 -
CMYK 0 0.31 0.11 0.23
HSL 322º 0.34% 0.65% -
HSV(B) 322º 0.31% 0.77% -
XYZ 39.21 32.4 44.23 -
YUV 158.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 196 136 174 0 0.31 0.11 0.23 322 0.34 0.65
Hex C4 88 AE 0 1F B 17 142 22 41
Octal 304 210 256 0 37 13 27 502 42 101
Binary 11000100 10001000 10101110 0 11111 1011 10111 101000010 100010 1000001

Color Harmonies of #C488AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488AE

Black with #C488AE

Text Example


Text Example

White with #C488AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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