Html Css Color HEX #C48BB6 Lily

📋 copy color: '#C48BB6'

red 196 ◦ green 139 ◦ blue 182

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

Shades of Lily #C48BB6

Tints of Lily #C48BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

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

R = 37.91%
G = 26.89%
B = 35.2%

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

#C48BB6 (or 0xC48BB6) is known color: Lily. HEX triplet: C4, 8B and B6. RGB value is (196,139,182). Sum of RGB (Red+Green+Blue) = 196+139+182=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BB6 is #3B7449. Grayscale: #A0A0A0. Windows color (decimal): -3896394 or 11963332. OLE color: 11963332.

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

Color convert

RGB 196 139 182 -
CMYK 0 0.29 0.07 0.23
HSL 314.74º 0.33% 0.66% -
HSV(B) 314.74º 0.29% 0.77% -
XYZ 40.44 33.58 48.61 -
YUV 160.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 196 139 182 0 0.29 0.07 0.23 314.74 0.33 0.66
Hex C4 8B B6 0 1D 7 17 13B 21 42
Octal 304 213 266 0 35 7 27 473 41 102
Binary 11000100 10001011 10110110 0 11101 111 10111 100111011 100001 1000010

Color Harmonies of #C48BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BB6

Black with #C48BB6

Text Example


Text Example

White with #C48BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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