Html Css Color HEX #C48EB6 Lily

📋 copy color: '#C48EB6'

red 196 ◦ green 142 ◦ blue 182

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

Shades of Lily #C48EB6

Tints of Lily #C48EB6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

 BLUE value IS 182 (71.48% from 255) = 35%

R = 37.69%
G = 27.31%
B = 35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C48EB6 (or 0xC48EB6) is known color: Lily. HEX triplet: C4, 8E and B6. RGB value is (196,142,182). Sum of RGB (Red+Green+Blue) = 196+142+182=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EB6 is #3B7149. Grayscale: #A2A2A2. Windows color (decimal): -3895626 or 11964100. OLE color: 11964100.

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

Color convert

RGB 196 142 182 -
CMYK 0 0.28 0.07 0.23
HSL 315.56º 0.31% 0.66% -
HSV(B) 315.56º 0.28% 0.77% -
XYZ 40.88 34.46 48.75 -
YUV 162.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 196 142 182 0 0.28 0.07 0.23 315.56 0.31 0.66
Hex C4 8E B6 0 1C 7 17 13C 1F 42
Octal 304 216 266 0 34 7 27 474 37 102
Binary 11000100 10001110 10110110 0 11100 111 10111 100111100 11111 1000010

Color Harmonies of #C48EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EB6

Black with #C48EB6

Text Example


Text Example

White with #C48EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EB6; }

 p { color: rgb(196,142,182); }

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

background-color css

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

 a { background-color: rgb(196,142,182); }

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

border-color css

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

 span { border-color: rgb(196,142,182); }

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