Html Css Color HEX #C48FB0 Lily

📋 copy color: '#C48FB0'

red 196 ◦ green 143 ◦ blue 176

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

Shades of Lily #C48FB0

Tints of Lily #C48FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 38.06%
G = 27.77%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C48FB0 (or 0xC48FB0) is known color: Lily. HEX triplet: C4, 8F and B0. RGB value is (196,143,176). Sum of RGB (Red+Green+Blue) = 196+143+176=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FB0 is #3B704F. Grayscale: #A2A2A2. Windows color (decimal): -3895376 or 11571140. OLE color: 11571140.

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

Color convert

RGB 196 143 176 -
CMYK 0 0.27 0.10 0.23
HSL 322.64º 0.31% 0.66% -
HSV(B) 322.64º 0.27% 0.77% -
XYZ 40.42 34.52 45.61 -
YUV 162.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 196 143 176 0 0.27 0.10 0.23 322.64 0.31 0.66
Hex C4 8F B0 0 1B A 17 143 1F 42
Octal 304 217 260 0 33 12 27 503 37 102
Binary 11000100 10001111 10110000 0 11011 1010 10111 101000011 11111 1000010

Color Harmonies of #C48FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FB0

Black with #C48FB0

Text Example


Text Example

White with #C48FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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