Html Css Color HEX #C48BAC Lily

📋 copy color: '#C48BAC'

red 196 ◦ green 139 ◦ blue 172

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

Shades of Lily #C48BAC

Tints of Lily #C48BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 38.66%
G = 27.42%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C48BAC (or 0xC48BAC) is known color: Lily. HEX triplet: C4, 8B and AC. RGB value is (196,139,172). Sum of RGB (Red+Green+Blue) = 196+139+172=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BAC is #3B7453. Grayscale: #9F9F9F. Windows color (decimal): -3896404 or 11307972. OLE color: 11307972.

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

Color convert

RGB 196 139 172 -
CMYK 0 0.29 0.12 0.23
HSL 325.26º 0.33% 0.66% -
HSV(B) 325.26º 0.29% 0.77% -
XYZ 39.44 33.18 43.36 -
YUV 159.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 196 139 172 0 0.29 0.12 0.23 325.26 0.33 0.66
Hex C4 8B AC 0 1D C 17 145 21 42
Octal 304 213 254 0 35 14 27 505 41 102
Binary 11000100 10001011 10101100 0 11101 1100 10111 101000101 100001 1000010

Color Harmonies of #C48BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BAC

Black with #C48BAC

Text Example


Text Example

White with #C48BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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