Html Css Color HEX #C18FAD Lily

📋 copy color: '#C18FAD'

red 193 ◦ green 143 ◦ blue 173

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

Shades of Lily #C18FAD

Tints of Lily #C18FAD

RGB

 RED value IS 193 (75.78% from 255) = 37.92%

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 37.92%
G = 28.09%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C18FAD (or 0xC18FAD) is known color: Lily. HEX triplet: C1, 8F and AD. RGB value is (193,143,173). Sum of RGB (Red+Green+Blue) = 193+143+173=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FAD is #3E7052. Grayscale: #A1A1A1. Windows color (decimal): -4091987 or 11374529. OLE color: 11374529.

HSL color Cylindrical-coordinate representation of color #C18FAD: hue angle of 324º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FAD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 143 173 -
CMYK 0 0.26 0.10 0.24
HSL 324º 0.29% 0.66% -
HSV(B) 324º 0.26% 0.76% -
XYZ 39.36 34 44.02 -
YUV 161.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 193 143 173 0 0.26 0.10 0.24 324 0.29 0.66
Hex C1 8F AD 0 1A A 18 144 1D 42
Octal 301 217 255 0 32 12 30 504 35 102
Binary 11000001 10001111 10101101 0 11010 1010 11000 101000100 11101 1000010

Color Harmonies of #C18FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FAD

Black with #C18FAD

Text Example


Text Example

White with #C18FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FAD; }

 p { color: rgb(193,143,173); }

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

background-color css

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

 a { background-color: rgb(193,143,173); }

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

border-color css

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

 span { border-color: rgb(193,143,173); }

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