Html Css Color HEX #C48AB2 Lily

📋 copy color: '#C48AB2'

red 196 ◦ green 138 ◦ blue 178

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

Shades of Lily #C48AB2

Tints of Lily #C48AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 38.28%
G = 26.95%
B = 34.77%

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

#C48AB2 (or 0xC48AB2) is known color: Lily. HEX triplet: C4, 8A and B2. RGB value is (196,138,178). Sum of RGB (Red+Green+Blue) = 196+138+178=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AB2 is #3B754D. Grayscale: #9F9F9F. Windows color (decimal): -3896654 or 11700932. OLE color: 11700932.

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

Color convert

RGB 196 138 178 -
CMYK 0 0.30 0.09 0.23
HSL 318.62º 0.33% 0.65% -
HSV(B) 318.62º 0.3% 0.77% -
XYZ 39.89 33.13 46.41 -
YUV 159.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 196 138 178 0 0.30 0.09 0.23 318.62 0.33 0.65
Hex C4 8A B2 0 1E 9 17 13F 21 41
Octal 304 212 262 0 36 11 27 477 41 101
Binary 11000100 10001010 10110010 0 11110 1001 10111 100111111 100001 1000001

Color Harmonies of #C48AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AB2

Black with #C48AB2

Text Example


Text Example

White with #C48AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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