Html Css Color HEX #C48FBB Lily

📋 copy color: '#C48FBB'

red 196 ◦ green 143 ◦ blue 187

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

Shades of Lily #C48FBB

Tints of Lily #C48FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 37.26%
G = 27.19%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C48FBB (or 0xC48FBB) is known color: Lily. HEX triplet: C4, 8F and BB. RGB value is (196,143,187). Sum of RGB (Red+Green+Blue) = 196+143+187=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBB is #3B7044. Grayscale: #A3A3A3. Windows color (decimal): -3895365 or 12292036. OLE color: 12292036.

HSL color Cylindrical-coordinate representation of color #C48FBB: hue angle of 310.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FBB is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 187 -
CMYK 0 0.27 0.05 0.23
HSL 310.19º 0.31% 0.66% -
HSV(B) 310.19º 0.27% 0.77% -
XYZ 41.56 34.97 51.57 -
YUV 163.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 196 143 187 0 0.27 0.05 0.23 310.19 0.31 0.66
Hex C4 8F BB 0 1B 5 17 136 1F 42
Octal 304 217 273 0 33 5 27 466 37 102
Binary 11000100 10001111 10111011 0 11011 101 10111 100110110 11111 1000010

Color Harmonies of #C48FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FBB

Black with #C48FBB

Text Example


Text Example

White with #C48FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FBB; }

 p { color: rgb(196,143,187); }

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

background-color css

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

 a { background-color: rgb(196,143,187); }

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

border-color css

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

 span { border-color: rgb(196,143,187); }

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