Html Css Color HEX #C495B3 Lily

📋 copy color: '#C495B3'

red 196 ◦ green 149 ◦ blue 179

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

Shades of Lily #C495B3

Tints of Lily #C495B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 37.4%
G = 28.44%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C495B3 (or 0xC495B3) is known color: Lily. HEX triplet: C4, 95 and B3. RGB value is (196,149,179). Sum of RGB (Red+Green+Blue) = 196+149+179=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B3 is #3B6A4C. Grayscale: #A6A6A6. Windows color (decimal): -3893837 or 11769284. OLE color: 11769284.

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

Color convert

RGB 196 149 179 -
CMYK 0 0.24 0.09 0.23
HSL 321.7º 0.28% 0.68% -
HSV(B) 321.7º 0.24% 0.77% -
XYZ 41.65 36.49 47.5 -
YUV 166.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 196 149 179 0 0.24 0.09 0.23 321.7 0.28 0.68
Hex C4 95 B3 0 18 9 17 142 1C 44
Octal 304 225 263 0 30 11 27 502 34 104
Binary 11000100 10010101 10110011 0 11000 1001 10111 101000010 11100 1000100

Color Harmonies of #C495B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495B3

Black with #C495B3

Text Example


Text Example

White with #C495B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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