Html Css Color HEX #C48AAB Lily

📋 copy color: '#C48AAB'

red 196 ◦ green 138 ◦ blue 171

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

Shades of Lily #C48AAB

Tints of Lily #C48AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 38.81%
G = 27.33%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C48AAB (or 0xC48AAB) is known color: Lily. HEX triplet: C4, 8A and AB. RGB value is (196,138,171). Sum of RGB (Red+Green+Blue) = 196+138+171=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AAB is #3B7554. Grayscale: #9F9F9F. Windows color (decimal): -3896661 or 11242180. OLE color: 11242180.

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

Color convert

RGB 196 138 171 -
CMYK 0 0.30 0.13 0.23
HSL 325.86º 0.33% 0.65% -
HSV(B) 325.86º 0.3% 0.77% -
XYZ 39.2 32.85 42.8 -
YUV 159.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 196 138 171 0 0.30 0.13 0.23 325.86 0.33 0.65
Hex C4 8A AB 0 1E D 17 146 21 41
Octal 304 212 253 0 36 15 27 506 41 101
Binary 11000100 10001010 10101011 0 11110 1101 10111 101000110 100001 1000001

Color Harmonies of #C48AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AAB

Black with #C48AAB

Text Example


Text Example

White with #C48AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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