Html Css Color HEX #C48BAF Lily

📋 copy color: '#C48BAF'

red 196 ◦ green 139 ◦ blue 175

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

Shades of Lily #C48BAF

Tints of Lily #C48BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 38.43%
G = 27.25%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C48BAF (or 0xC48BAF) is known color: Lily. HEX triplet: C4, 8B and AF. RGB value is (196,139,175). Sum of RGB (Red+Green+Blue) = 196+139+175=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BAF is #3B7450. Grayscale: #A0A0A0. Windows color (decimal): -3896401 or 11504580. OLE color: 11504580.

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

Color convert

RGB 196 139 175 -
CMYK 0 0.29 0.11 0.23
HSL 322.11º 0.33% 0.66% -
HSV(B) 322.11º 0.29% 0.77% -
XYZ 39.74 33.3 44.89 -
YUV 160.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 196 139 175 0 0.29 0.11 0.23 322.11 0.33 0.66
Hex C4 8B AF 0 1D B 17 142 21 42
Octal 304 213 257 0 35 13 27 502 41 102
Binary 11000100 10001011 10101111 0 11101 1011 10111 101000010 100001 1000010

Color Harmonies of #C48BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BAF

Black with #C48BAF

Text Example


Text Example

White with #C48BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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