Html Css Color HEX #C295B2 Lily

📋 copy color: '#C295B2'

red 194 ◦ green 149 ◦ blue 178

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

Shades of Lily #C295B2

Tints of Lily #C295B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 37.24%
G = 28.6%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C295B2 (or 0xC295B2) is known color: Lily. HEX triplet: C2, 95 and B2. RGB value is (194,149,178). Sum of RGB (Red+Green+Blue) = 194+149+178=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C295B2 is #3D6A4D. Grayscale: #A5A5A5. Windows color (decimal): -4024910 or 11703746. OLE color: 11703746.

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

Color convert

RGB 194 149 178 -
CMYK 0 0.23 0.08 0.24
HSL 321.33º 0.27% 0.67% -
HSV(B) 321.33º 0.23% 0.76% -
XYZ 41.03 36.18 46.94 -
YUV 165.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 194 149 178 0 0.23 0.08 0.24 321.33 0.27 0.67
Hex C2 95 B2 0 17 8 18 141 1B 43
Octal 302 225 262 0 27 10 30 501 33 103
Binary 11000010 10010101 10110010 0 10111 1000 11000 101000001 11011 1000011

Color Harmonies of #C295B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295B2

Black with #C295B2

Text Example


Text Example

White with #C295B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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