Html Css Color HEX #C494BA Lily

📋 copy color: '#C494BA'

red 196 ◦ green 148 ◦ blue 186

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

Shades of Lily #C494BA

Tints of Lily #C494BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 36.98%
G = 27.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C494BA (or 0xC494BA) is known color: Lily. HEX triplet: C4, 94 and BA. RGB value is (196,148,186). Sum of RGB (Red+Green+Blue) = 196+148+186=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C494BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494BA is #3B6B45. Grayscale: #A6A6A6. Windows color (decimal): -3894086 or 12227780. OLE color: 12227780.

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

Color convert

RGB 196 148 186 -
CMYK 0 0.24 0.05 0.23
HSL 312.5º 0.29% 0.67% -
HSV(B) 312.5º 0.24% 0.77% -
XYZ 42.22 36.46 51.27 -
YUV 166.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 196 148 186 0 0.24 0.05 0.23 312.5 0.29 0.67
Hex C4 94 BA 0 18 5 17 138 1D 43
Octal 304 224 272 0 30 5 27 470 35 103
Binary 11000100 10010100 10111010 0 11000 101 10111 100111000 11101 1000011

Color Harmonies of #C494BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494BA

Black with #C494BA

Text Example


Text Example

White with #C494BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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