Html Css Color HEX #C294BA Lily

📋 copy color: '#C294BA'

red 194 ◦ green 148 ◦ blue 186

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

Shades of Lily #C294BA

Tints of Lily #C294BA

RGB

 RED value IS 194 (76.17% from 255) = 36.74%

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

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

R = 36.74%
G = 28.03%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C294BA (or 0xC294BA) is known color: Lily. HEX triplet: C2, 94 and BA. RGB value is (194,148,186). Sum of RGB (Red+Green+Blue) = 194+148+186=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C294BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294BA is #3D6B45. Grayscale: #A5A5A5. Windows color (decimal): -4025158 or 12227778. OLE color: 12227778.

HSL color Cylindrical-coordinate representation of color #C294BA: hue angle of 310.43º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C294BA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 186 -
CMYK 0 0.24 0.04 0.24
HSL 310.43º 0.27% 0.67% -
HSV(B) 310.43º 0.24% 0.76% -
XYZ 41.7 36.19 51.24 -
YUV 166.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 194 148 186 0 0.24 0.04 0.24 310.43 0.27 0.67
Hex C2 94 BA 0 18 4 18 136 1B 43
Octal 302 224 272 0 30 4 30 466 33 103
Binary 11000010 10010100 10111010 0 11000 100 11000 100110110 11011 1000011

Color Harmonies of #C294BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294BA

Black with #C294BA

Text Example


Text Example

White with #C294BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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