Html Css Color HEX #C494B8 Lily

📋 copy color: '#C494B8'

red 196 ◦ green 148 ◦ blue 184

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

Shades of Lily #C494B8

Tints of Lily #C494B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.85%

R = 37.12%
G = 28.03%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C494B8 (or 0xC494B8) is known color: Lily. HEX triplet: C4, 94 and B8. RGB value is (196,148,184). Sum of RGB (Red+Green+Blue) = 196+148+184=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C494B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494B8 is #3B6B47. Grayscale: #A6A6A6. Windows color (decimal): -3894088 or 12096708. OLE color: 12096708.

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

Color convert

RGB 196 148 184 -
CMYK 0 0.24 0.06 0.23
HSL 315º 0.29% 0.67% -
HSV(B) 315º 0.24% 0.77% -
XYZ 42.01 36.38 50.15 -
YUV 166.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 196 148 184 0 0.24 0.06 0.23 315 0.29 0.67
Hex C4 94 B8 0 18 6 17 13B 1D 43
Octal 304 224 270 0 30 6 27 473 35 103
Binary 11000100 10010100 10111000 0 11000 110 10111 100111011 11101 1000011

Color Harmonies of #C494B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494B8

Black with #C494B8

Text Example


Text Example

White with #C494B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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