Html Css Color HEX #C495B2 Lily

📋 copy color: '#C495B2'

red 196 ◦ green 149 ◦ blue 178

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

Shades of Lily #C495B2

Tints of Lily #C495B2

RGB

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

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

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

R = 37.48%
G = 28.49%
B = 34.03%

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

#C495B2 (or 0xC495B2) is known color: Lily. HEX triplet: C4, 95 and B2. RGB value is (196,149,178). Sum of RGB (Red+Green+Blue) = 196+149+178=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495B2 is #3B6A4D. Grayscale: #A6A6A6. Windows color (decimal): -3893838 or 11703748. OLE color: 11703748.

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

Color convert

RGB 196 149 178 -
CMYK 0 0.24 0.09 0.23
HSL 322.98º 0.28% 0.68% -
HSV(B) 322.98º 0.24% 0.77% -
XYZ 41.55 36.45 46.96 -
YUV 166.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 196 149 178 0 0.24 0.09 0.23 322.98 0.28 0.68
Hex C4 95 B2 0 18 9 17 143 1C 44
Octal 304 225 262 0 30 11 27 503 34 104
Binary 11000100 10010101 10110010 0 11000 1001 10111 101000011 11100 1000100

Color Harmonies of #C495B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495B2

Black with #C495B2

Text Example


Text Example

White with #C495B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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