Html Css Color HEX #C48FAE Lily

📋 copy color: '#C48FAE'

red 196 ◦ green 143 ◦ blue 174

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

Shades of Lily #C48FAE

Tints of Lily #C48FAE

RGB

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

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

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

R = 38.21%
G = 27.88%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C48FAE (or 0xC48FAE) is known color: Lily. HEX triplet: C4, 8F and AE. RGB value is (196,143,174). Sum of RGB (Red+Green+Blue) = 196+143+174=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FAE is #3B7051. Grayscale: #A2A2A2. Windows color (decimal): -3895378 or 11440068. OLE color: 11440068.

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

Color convert

RGB 196 143 174 -
CMYK 0 0.27 0.11 0.23
HSL 324.91º 0.31% 0.66% -
HSV(B) 324.91º 0.27% 0.77% -
XYZ 40.23 34.44 44.57 -
YUV 162.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 196 143 174 0 0.27 0.11 0.23 324.91 0.31 0.66
Hex C4 8F AE 0 1B B 17 145 1F 42
Octal 304 217 256 0 33 13 27 505 37 102
Binary 11000100 10001111 10101110 0 11011 1011 10111 101000101 11111 1000010

Color Harmonies of #C48FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FAE

Black with #C48FAE

Text Example


Text Example

White with #C48FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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