Html Css Color HEX #C49ABB Lily

📋 copy color: '#C49ABB'

red 196 ◦ green 154 ◦ blue 187

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

Shades of Lily #C49ABB

Tints of Lily #C49ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

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

R = 36.5%
G = 28.68%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C49ABB (or 0xC49ABB) is known color: Lily. HEX triplet: C4, 9A and BB. RGB value is (196,154,187). Sum of RGB (Red+Green+Blue) = 196+154+187=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C49ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ABB is #3B6544. Grayscale: #AAAAAA. Windows color (decimal): -3892549 or 12294852. OLE color: 12294852.

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

Color convert

RGB 196 154 187 -
CMYK 0 0.21 0.05 0.23
HSL 312.86º 0.26% 0.69% -
HSV(B) 312.86º 0.21% 0.77% -
XYZ 43.29 38.43 52.15 -
YUV 170.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 196 154 187 0 0.21 0.05 0.23 312.86 0.26 0.69
Hex C4 9A BB 0 15 5 17 139 1A 45
Octal 304 232 273 0 25 5 27 471 32 105
Binary 11000100 10011010 10111011 0 10101 101 10111 100111001 11010 1000101

Color Harmonies of #C49ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49ABB

Black with #C49ABB

Text Example


Text Example

White with #C49ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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