Html Css Color HEX #C48FAA Lily

📋 copy color: '#C48FAA'

red 196 ◦ green 143 ◦ blue 170

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

Shades of Lily #C48FAA

Tints of Lily #C48FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

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

R = 38.51%
G = 28.09%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C48FAA (or 0xC48FAA) is known color: Lily. HEX triplet: C4, 8F and AA. RGB value is (196,143,170). Sum of RGB (Red+Green+Blue) = 196+143+170=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FAA is #3B7055. Grayscale: #A1A1A1. Windows color (decimal): -3895382 or 11177924. OLE color: 11177924.

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

Color convert

RGB 196 143 170 -
CMYK 0 0.27 0.13 0.23
HSL 329.43º 0.31% 0.66% -
HSV(B) 329.43º 0.27% 0.77% -
XYZ 39.84 34.28 42.55 -
YUV 161.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 196 143 170 0 0.27 0.13 0.23 329.43 0.31 0.66
Hex C4 8F AA 0 1B D 17 149 1F 42
Octal 304 217 252 0 33 15 27 511 37 102
Binary 11000100 10001111 10101010 0 11011 1101 10111 101001001 11111 1000010

Color Harmonies of #C48FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FAA

Black with #C48FAA

Text Example


Text Example

White with #C48FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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