Html Css Color HEX #C493AF Lily

📋 copy color: '#C493AF'

red 196 ◦ green 147 ◦ blue 175

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

Shades of Lily #C493AF

Tints of Lily #C493AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.38%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 37.84%
G = 28.38%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C493AF (or 0xC493AF) is known color: Lily. HEX triplet: C4, 93 and AF. RGB value is (196,147,175). Sum of RGB (Red+Green+Blue) = 196+147+175=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C493AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C493AF is #3B6C50. Grayscale: #A4A4A4. Windows color (decimal): -3894353 or 11506628. OLE color: 11506628.

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

Color convert

RGB 196 147 175 -
CMYK 0 0.25 0.11 0.23
HSL 325.71º 0.29% 0.67% -
HSV(B) 325.71º 0.25% 0.77% -
XYZ 40.94 35.7 45.29 -
YUV 164.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 196 147 175 0 0.25 0.11 0.23 325.71 0.29 0.67
Hex C4 93 AF 0 19 B 17 146 1D 43
Octal 304 223 257 0 31 13 27 506 35 103
Binary 11000100 10010011 10101111 0 11001 1011 10111 101000110 11101 1000011

Color Harmonies of #C493AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493AF

Black with #C493AF

Text Example


Text Example

White with #C493AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493AF; }

 p { color: rgb(196,147,175); }

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

background-color css

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

 a { background-color: rgb(196,147,175); }

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

border-color css

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

 span { border-color: rgb(196,147,175); }

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