Html Css Color HEX #C494B0 Lily

📋 copy color: '#C494B0'

red 196 ◦ green 148 ◦ blue 176

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

Shades of Lily #C494B0

Tints of Lily #C494B0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 37.69%
G = 28.46%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C494B0 (or 0xC494B0) is known color: Lily. HEX triplet: C4, 94 and B0. RGB value is (196,148,176). Sum of RGB (Red+Green+Blue) = 196+148+176=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C494B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494B0 is #3B6B4F. Grayscale: #A5A5A5. Windows color (decimal): -3894096 or 11572420. OLE color: 11572420.

HSL color Cylindrical-coordinate representation of color #C494B0: hue angle of 325º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C494B0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 176 -
CMYK 0 0.24 0.10 0.23
HSL 325º 0.29% 0.67% -
HSV(B) 325º 0.24% 0.77% -
XYZ 41.19 36.05 45.86 -
YUV 165.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 196 148 176 0 0.24 0.10 0.23 325 0.29 0.67
Hex C4 94 B0 0 18 A 17 145 1D 43
Octal 304 224 260 0 30 12 27 505 35 103
Binary 11000100 10010100 10110000 0 11000 1010 10111 101000101 11101 1000011

Color Harmonies of #C494B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494B0

Black with #C494B0

Text Example


Text Example

White with #C494B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494B0; }

 p { color: rgb(196,148,176); }

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

background-color css

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

 a { background-color: rgb(196,148,176); }

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

border-color css

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

 span { border-color: rgb(196,148,176); }

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