Html Css Color HEX #C295AE Lily

📋 copy color: '#C295AE'

red 194 ◦ green 149 ◦ blue 174

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

Shades of Lily #C295AE

Tints of Lily #C295AE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 37.52%
G = 28.82%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C295AE (or 0xC295AE) is known color: Lily. HEX triplet: C2, 95 and AE. RGB value is (194,149,174). Sum of RGB (Red+Green+Blue) = 194+149+174=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C295AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C295AE is #3D6A51. Grayscale: #A5A5A5. Windows color (decimal): -4024914 or 11441602. OLE color: 11441602.

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

Color convert

RGB 194 149 174 -
CMYK 0 0.23 0.10 0.24
HSL 326.67º 0.27% 0.67% -
HSV(B) 326.67º 0.23% 0.76% -
XYZ 40.64 36.02 44.86 -
YUV 165.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 194 149 174 0 0.23 0.10 0.24 326.67 0.27 0.67
Hex C2 95 AE 0 17 A 18 147 1B 43
Octal 302 225 256 0 27 12 30 507 33 103
Binary 11000010 10010101 10101110 0 10111 1010 11000 101000111 11011 1000011

Color Harmonies of #C295AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295AE

Black with #C295AE

Text Example


Text Example

White with #C295AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295AE; }

 p { color: rgb(194,149,174); }

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

background-color css

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

 a { background-color: rgb(194,149,174); }

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

border-color css

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

 span { border-color: rgb(194,149,174); }

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