Html Css Color HEX #C48FAB Lily

📋 copy color: '#C48FAB'

red 196 ◦ green 143 ◦ blue 171

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

Shades of Lily #C48FAB

Tints of Lily #C48FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 38.43%
G = 28.04%
B = 33.53%

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

#C48FAB (or 0xC48FAB) is known color: Lily. HEX triplet: C4, 8F and AB. RGB value is (196,143,171). Sum of RGB (Red+Green+Blue) = 196+143+171=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FAB is #3B7054. Grayscale: #A1A1A1. Windows color (decimal): -3895381 or 11243460. OLE color: 11243460.

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

Color convert

RGB 196 143 171 -
CMYK 0 0.27 0.13 0.23
HSL 328.3º 0.31% 0.66% -
HSV(B) 328.3º 0.27% 0.77% -
XYZ 39.94 34.32 43.05 -
YUV 162.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 196 143 171 0 0.27 0.13 0.23 328.3 0.31 0.66
Hex C4 8F AB 0 1B D 17 148 1F 42
Octal 304 217 253 0 33 15 27 510 37 102
Binary 11000100 10001111 10101011 0 11011 1101 10111 101001000 11111 1000010

Color Harmonies of #C48FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FAB

Black with #C48FAB

Text Example


Text Example

White with #C48FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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