Html Css Color HEX #C48BAB Lily

📋 copy color: '#C48BAB'

red 196 ◦ green 139 ◦ blue 171

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

Shades of Lily #C48BAB

Tints of Lily #C48BAB

RGB

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

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

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

R = 38.74%
G = 27.47%
B = 33.79%

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

#C48BAB (or 0xC48BAB) is known color: Lily. HEX triplet: C4, 8B and AB. RGB value is (196,139,171). Sum of RGB (Red+Green+Blue) = 196+139+171=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BAB is #3B7454. Grayscale: #9F9F9F. Windows color (decimal): -3896405 or 11242436. OLE color: 11242436.

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

Color convert

RGB 196 139 171 -
CMYK 0 0.29 0.13 0.23
HSL 326.32º 0.33% 0.66% -
HSV(B) 326.32º 0.29% 0.77% -
XYZ 39.35 33.14 42.85 -
YUV 159.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 196 139 171 0 0.29 0.13 0.23 326.32 0.33 0.66
Hex C4 8B AB 0 1D D 17 146 21 42
Octal 304 213 253 0 35 15 27 506 41 102
Binary 11000100 10001011 10101011 0 11101 1101 10111 101000110 100001 1000010

Color Harmonies of #C48BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BAB

Black with #C48BAB

Text Example


Text Example

White with #C48BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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