Html Css Color HEX #C48FB6 Lily

📋 copy color: '#C48FB6'

red 196 ◦ green 143 ◦ blue 182

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

Shades of Lily #C48FB6

Tints of Lily #C48FB6

RGB

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

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

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

R = 37.62%
G = 27.45%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C48FB6 (or 0xC48FB6) is known color: Lily. HEX triplet: C4, 8F and B6. RGB value is (196,143,182). Sum of RGB (Red+Green+Blue) = 196+143+182=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FB6 is #3B7049. Grayscale: #A3A3A3. Windows color (decimal): -3895370 or 11964356. OLE color: 11964356.

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

Color convert

RGB 196 143 182 -
CMYK 0 0.27 0.07 0.23
HSL 315.85º 0.31% 0.66% -
HSV(B) 315.85º 0.27% 0.77% -
XYZ 41.03 34.76 48.8 -
YUV 163.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 196 143 182 0 0.27 0.07 0.23 315.85 0.31 0.66
Hex C4 8F B6 0 1B 7 17 13C 1F 42
Octal 304 217 266 0 33 7 27 474 37 102
Binary 11000100 10001111 10110110 0 11011 111 10111 100111100 11111 1000010

Color Harmonies of #C48FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FB6

Black with #C48FB6

Text Example


Text Example

White with #C48FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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