Html Css Color HEX #C495B5 Lily

📋 copy color: '#C495B5'

red 196 ◦ green 149 ◦ blue 181

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

Shades of Lily #C495B5

Tints of Lily #C495B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 37.26%
G = 28.33%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C495B5 (or 0xC495B5) is known color: Lily. HEX triplet: C4, 95 and B5. RGB value is (196,149,181). Sum of RGB (Red+Green+Blue) = 196+149+181=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B5 is #3B6A4A. Grayscale: #A6A6A6. Windows color (decimal): -3893835 or 11900356. OLE color: 11900356.

HSL color Cylindrical-coordinate representation of color #C495B5: hue angle of 319.15º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C495B5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 181 -
CMYK 0 0.24 0.08 0.23
HSL 319.15º 0.28% 0.68% -
HSV(B) 319.15º 0.24% 0.77% -
XYZ 41.85 36.57 48.57 -
YUV 166.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 196 149 181 0 0.24 0.08 0.23 319.15 0.28 0.68
Hex C4 95 B5 0 18 8 17 13F 1C 44
Octal 304 225 265 0 30 10 27 477 34 104
Binary 11000100 10010101 10110101 0 11000 1000 10111 100111111 11100 1000100

Color Harmonies of #C495B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495B5

Black with #C495B5

Text Example


Text Example

White with #C495B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495B5; }

 p { color: rgb(196,149,181); }

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

background-color css

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

 a { background-color: rgb(196,149,181); }

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

border-color css

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

 span { border-color: rgb(196,149,181); }

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