Html Css Color HEX #C295B6 Lily

📋 copy color: '#C295B6'

red 194 ◦ green 149 ◦ blue 182

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

Shades of Lily #C295B6

Tints of Lily #C295B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 36.95%
G = 28.38%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C295B6 (or 0xC295B6) is known color: Lily. HEX triplet: C2, 95 and B6. RGB value is (194,149,182). Sum of RGB (Red+Green+Blue) = 194+149+182=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295B6 is #3D6A49. Grayscale: #A6A6A6. Windows color (decimal): -4024906 or 11965890. OLE color: 11965890.

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

Color convert

RGB 194 149 182 -
CMYK 0 0.23 0.06 0.24
HSL 316º 0.27% 0.67% -
HSV(B) 316º 0.23% 0.76% -
XYZ 41.44 36.34 49.09 -
YUV 166.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 194 149 182 0 0.23 0.06 0.24 316 0.27 0.67
Hex C2 95 B6 0 17 6 18 13C 1B 43
Octal 302 225 266 0 27 6 30 474 33 103
Binary 11000010 10010101 10110110 0 10111 110 11000 100111100 11011 1000011

Color Harmonies of #C295B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295B6

Black with #C295B6

Text Example


Text Example

White with #C295B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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