Html Css Color HEX #C48AB3 Lily

📋 copy color: '#C48AB3'

red 196 ◦ green 138 ◦ blue 179

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

Shades of Lily #C48AB3

Tints of Lily #C48AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 38.21%
G = 26.9%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C48AB3 (or 0xC48AB3) is known color: Lily. HEX triplet: C4, 8A and B3. RGB value is (196,138,179). Sum of RGB (Red+Green+Blue) = 196+138+179=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AB3 is #3B754C. Grayscale: #9F9F9F. Windows color (decimal): -3896653 or 11766468. OLE color: 11766468.

HSL color Cylindrical-coordinate representation of color #C48AB3: hue angle of 317.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AB3 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 179 -
CMYK 0 0.30 0.09 0.23
HSL 317.59º 0.33% 0.65% -
HSV(B) 317.59º 0.3% 0.77% -
XYZ 39.99 33.17 46.94 -
YUV 160.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 196 138 179 0 0.30 0.09 0.23 317.59 0.33 0.65
Hex C4 8A B3 0 1E 9 17 13E 21 41
Octal 304 212 263 0 36 11 27 476 41 101
Binary 11000100 10001010 10110011 0 11110 1001 10111 100111110 100001 1000001

Color Harmonies of #C48AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AB3

Black with #C48AB3

Text Example


Text Example

White with #C48AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AB3; }

 p { color: rgb(196,138,179); }

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

background-color css

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

 a { background-color: rgb(196,138,179); }

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

border-color css

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

 span { border-color: rgb(196,138,179); }

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