Html Css Color HEX #C48BB7 Lily

📋 copy color: '#C48BB7'

red 196 ◦ green 139 ◦ blue 183

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

Shades of Lily #C48BB7

Tints of Lily #C48BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 37.84%
G = 26.83%
B = 35.33%

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

#C48BB7 (or 0xC48BB7) is known color: Lily. HEX triplet: C4, 8B and B7. RGB value is (196,139,183). Sum of RGB (Red+Green+Blue) = 196+139+183=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BB7 is #3B7448. Grayscale: #A0A0A0. Windows color (decimal): -3896393 or 12028868. OLE color: 12028868.

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

Color convert

RGB 196 139 183 -
CMYK 0 0.29 0.07 0.23
HSL 313.68º 0.33% 0.66% -
HSV(B) 313.68º 0.29% 0.77% -
XYZ 40.54 33.62 49.15 -
YUV 161.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 196 139 183 0 0.29 0.07 0.23 313.68 0.33 0.66
Hex C4 8B B7 0 1D 7 17 13A 21 42
Octal 304 213 267 0 35 7 27 472 41 102
Binary 11000100 10001011 10110111 0 11101 111 10111 100111010 100001 1000010

Color Harmonies of #C48BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BB7

Black with #C48BB7

Text Example


Text Example

White with #C48BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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