Html Css Color HEX #C48CB6 Lily

📋 copy color: '#C48CB6'

red 196 ◦ green 140 ◦ blue 182

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

Shades of Lily #C48CB6

Tints of Lily #C48CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 37.84%
G = 27.03%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C48CB6 (or 0xC48CB6) is known color: Lily. HEX triplet: C4, 8C and B6. RGB value is (196,140,182). Sum of RGB (Red+Green+Blue) = 196+140+182=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CB6 is #3B7349. Grayscale: #A1A1A1. Windows color (decimal): -3896138 or 11963588. OLE color: 11963588.

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

Color convert

RGB 196 140 182 -
CMYK 0 0.29 0.07 0.23
HSL 315º 0.32% 0.66% -
HSV(B) 315º 0.29% 0.77% -
XYZ 40.59 33.87 48.65 -
YUV 161.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 196 140 182 0 0.29 0.07 0.23 315 0.32 0.66
Hex C4 8C B6 0 1D 7 17 13B 20 42
Octal 304 214 266 0 35 7 27 473 40 102
Binary 11000100 10001100 10110110 0 11101 111 10111 100111011 100000 1000010

Color Harmonies of #C48CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CB6

Black with #C48CB6

Text Example


Text Example

White with #C48CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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