Html Css Color HEX #C186AE Lily

📋 copy color: '#C186AE'

red 193 ◦ green 134 ◦ blue 174

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

Shades of Lily #C186AE

Tints of Lily #C186AE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.75%

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 38.52%
G = 26.75%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C186AE (or 0xC186AE) is known color: Lily. HEX triplet: C1, 86 and AE. RGB value is (193,134,174). Sum of RGB (Red+Green+Blue) = 193+134+174=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AE is #3E7951. Grayscale: #9C9C9C. Windows color (decimal): -4094290 or 11437761. OLE color: 11437761.

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

Color convert

RGB 193 134 174 -
CMYK 0 0.31 0.10 0.24
HSL 319.32º 0.32% 0.64% -
HSV(B) 319.32º 0.31% 0.76% -
XYZ 38.16 31.44 44.1 -
YUV 156.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 193 134 174 0 0.31 0.10 0.24 319.32 0.32 0.64
Hex C1 86 AE 0 1F A 18 13F 20 40
Octal 301 206 256 0 37 12 30 477 40 100
Binary 11000001 10000110 10101110 0 11111 1010 11000 100111111 100000 1000000

Color Harmonies of #C186AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186AE

Black with #C186AE

Text Example


Text Example

White with #C186AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186AE; }

 p { color: rgb(193,134,174); }

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

background-color css

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

 a { background-color: rgb(193,134,174); }

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

border-color css

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

 span { border-color: rgb(193,134,174); }

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