Html Css Color HEX #C48BAA Lily

📋 copy color: '#C48BAA'

red 196 ◦ green 139 ◦ blue 170

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

Shades of Lily #C48BAA

Tints of Lily #C48BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 38.81%
G = 27.52%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C48BAA (or 0xC48BAA) is known color: Lily. HEX triplet: C4, 8B and AA. RGB value is (196,139,170). Sum of RGB (Red+Green+Blue) = 196+139+170=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BAA is #3B7455. Grayscale: #9F9F9F. Windows color (decimal): -3896406 or 11176900. OLE color: 11176900.

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

Color convert

RGB 196 139 170 -
CMYK 0 0.29 0.13 0.23
HSL 327.37º 0.33% 0.66% -
HSV(B) 327.37º 0.29% 0.77% -
XYZ 39.25 33.1 42.35 -
YUV 159.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 196 139 170 0 0.29 0.13 0.23 327.37 0.33 0.66
Hex C4 8B AA 0 1D D 17 147 21 42
Octal 304 213 252 0 35 15 27 507 41 102
Binary 11000100 10001011 10101010 0 11101 1101 10111 101000111 100001 1000010

Color Harmonies of #C48BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BAA

Black with #C48BAA

Text Example


Text Example

White with #C48BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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