Html Css Color HEX #C494B5 Lily

📋 copy color: '#C494B5'

red 196 ◦ green 148 ◦ blue 181

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

Shades of Lily #C494B5

Tints of Lily #C494B5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 37.33%
G = 28.19%
B = 34.48%

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

#C494B5 (or 0xC494B5) is known color: Lily. HEX triplet: C4, 94 and B5. RGB value is (196,148,181). Sum of RGB (Red+Green+Blue) = 196+148+181=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C494B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494B5 is #3B6B4A. Grayscale: #A6A6A6. Windows color (decimal): -3894091 or 11900100. OLE color: 11900100.

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

Color convert

RGB 196 148 181 -
CMYK 0 0.24 0.08 0.23
HSL 318.75º 0.29% 0.67% -
HSV(B) 318.75º 0.24% 0.77% -
XYZ 41.7 36.25 48.52 -
YUV 166.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 196 148 181 0 0.24 0.08 0.23 318.75 0.29 0.67
Hex C4 94 B5 0 18 8 17 13F 1D 43
Octal 304 224 265 0 30 10 27 477 35 103
Binary 11000100 10010100 10110101 0 11000 1000 10111 100111111 11101 1000011

Color Harmonies of #C494B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494B5

Black with #C494B5

Text Example


Text Example

White with #C494B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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