Html Css Color HEX #C186AA Lily

📋 copy color: '#C186AA'

red 193 ◦ green 134 ◦ blue 170

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

Shades of Lily #C186AA

Tints of Lily #C186AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 38.83%
G = 26.96%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C186AA (or 0xC186AA) is known color: Lily. HEX triplet: C1, 86 and AA. RGB value is (193,134,170). Sum of RGB (Red+Green+Blue) = 193+134+170=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C186AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C186AA is #3E7955. Grayscale: #9B9B9B. Windows color (decimal): -4094294 or 11175617. OLE color: 11175617.

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

Color convert

RGB 193 134 170 -
CMYK 0 0.31 0.12 0.24
HSL 323.39º 0.32% 0.64% -
HSV(B) 323.39º 0.31% 0.76% -
XYZ 37.77 31.29 42.08 -
YUV 155.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 193 134 170 0 0.31 0.12 0.24 323.39 0.32 0.64
Hex C1 86 AA 0 1F C 18 143 20 40
Octal 301 206 252 0 37 14 30 503 40 100
Binary 11000001 10000110 10101010 0 11111 1100 11000 101000011 100000 1000000

Color Harmonies of #C186AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186AA

Black with #C186AA

Text Example


Text Example

White with #C186AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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