Html Css Color HEX #C48BA8 Lily

📋 copy color: '#C48BA8'

red 196 ◦ green 139 ◦ blue 168

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

Shades of Lily #C48BA8

Tints of Lily #C48BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 38.97%
G = 27.63%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C48BA8 (or 0xC48BA8) is known color: Lily. HEX triplet: C4, 8B and A8. RGB value is (196,139,168). Sum of RGB (Red+Green+Blue) = 196+139+168=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BA8 is #3B7457. Grayscale: #9F9F9F. Windows color (decimal): -3896408 or 11045828. OLE color: 11045828.

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

Color convert

RGB 196 139 168 -
CMYK 0 0.29 0.14 0.23
HSL 329.47º 0.33% 0.66% -
HSV(B) 329.47º 0.29% 0.77% -
XYZ 39.07 33.03 41.36 -
YUV 159.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 196 139 168 0 0.29 0.14 0.23 329.47 0.33 0.66
Hex C4 8B A8 0 1D E 17 149 21 42
Octal 304 213 250 0 35 16 27 511 41 102
Binary 11000100 10001011 10101000 0 11101 1110 10111 101001001 100001 1000010

Color Harmonies of #C48BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BA8

Black with #C48BA8

Text Example


Text Example

White with #C48BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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